File 0002-machine_info-capability-and-check-for-client-tool-co.patch of Package spacewalk-backend.2642
From 1eba26a57c7ba8fd207aceecd95683c137728cdc Mon Sep 17 00:00:00 2001
From: Matei Albu <malbu@suse.de>
Date: Tue, 14 Jun 2016 13:03:21 +0200
Subject: [PATCH] machine_info capability and check for client tool
compatibility with Suma 2.1
---
backend/server/rhnCapability.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/backend/server/rhnCapability.py b/backend/server/rhnCapability.py
index c77e5de..3d6b435 100644
--- a/backend/server/rhnCapability.py
+++ b/backend/server/rhnCapability.py
@@ -179,6 +179,7 @@ def _set_server_capabilities():
'cpu_sockets': {'version': 1, 'value': 1},
'queue.update_status': {'version': 1, 'value': 1},
'mainframe_sysinfo': {'version': 1, 'value': 1},
+ 'machine_info': {'version': 1, 'value': 1},
}
l = []
for name, hashval in capabilities.items():
--
2.8.3