On 06/01/2011 10:31 AM, Jan Pazdziora wrote:
I looked a bit more into rhnSQL and I found two more helpers in
rhnSQL.sql_lib. It looks like a good place for adding the bind_list
function.
You patch is now in Spacewalk master,
49df1fa935453bbb3fa027d31859b44dfec6c32d. I just polished a couple of
trailing whitespaces.
Thank you!
The whole point of this patch for us was so that we could install suse
patches with the special zypper way. In order for that to happen we need
to first check if the server supports this new API command, so we need a
new capability.
So can you please apply this patch? (zypp-plugin-spacewalk currently
depends on this capability being provided to install patches correctly).
Thank you,
Ionuț
>From 35e7d4257942ac91c21d7120ed5d874032629b72 Mon Sep 17 00:00:00 2001
From: Michael Calmer <m...@suse.de>
Date: Wed, 6 Jul 2011 17:51:04 +0200
Subject: [PATCH] add server capability xmlrpc.errata.patch_names'
---
backend/server/rhnCapability.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/backend/server/rhnCapability.py b/backend/server/rhnCapability.py
index 1259747..ad6c306 100644
--- a/backend/server/rhnCapability.py
+++ b/backend/server/rhnCapability.py
@@ -186,6 +186,7 @@ def _set_server_capabilities():
'rhncfg.filetype.directory' : {'version' : 1, 'value' : 1},
'xmlrpc.packages.extended_profile' : {'version' : '1-2', 'value' : 1},
'xmlrpc.packages.suse_products' : {'version' : 1, 'value' : 1},
+ 'xmlrpc.errata.patch_names' : {'version' : 1, 'value' : 1},
'staging_content' : {'version' : 1, 'value' : 1},
}
l = []
--
1.7.3.4
_______________________________________________
Spacewalk-devel mailing list
Spacewalk-devel@redhat.com
https://www.redhat.com/mailman/listinfo/spacewalk-devel