[Spacewalk-devel] [Patch] patches for openSUSE clients

2012-10-31 Thread Michael Calmer
Hi, attached you can find various patches to fix bugs in client tools for openSUSE * 0001-BuildRequire-docbook-style-xsl-only-on-redhat.patch docbook-style-xsl does not exist in openSUSE * 0002 - 0005 no-use-of-var-lock-subsys-anymore The directory does not exist anymore on openSUSE and it is

[Spacewalk-devel] [PATCH] Use braces for accessing composite types in PG

2012-10-31 Thread Johannes Renner
Hey, Ok, here is the patch to make the rewritten query work with PG as well (API call 'system.listLatestUpgradablePackages'). It's actually a follow up to this commit: 4823565b2e634bc73010d366ff82c432630bca85 It was strange though when testing it: for most of my systems it returned really

[Spacewalk-devel] List of installable packages: API vs. Web UI

2012-10-31 Thread Johannes Renner
Hello, We found that the list of installable packages for a given system differs if you either ask the API (via system.listLatestInstallablePackages) or if you go to the Web UI (Systems - [choose a system] - Software - Packages - Install). After looking into it, I found there is two different

Re: [Spacewalk-devel] [PATCH] Use braces for accessing composite types in PG

2012-10-31 Thread Tomas Lestach
On Wednesday 31 of October 2012 14:38:49 Johannes Renner wrote: Hey, Ok, here is the patch to make the rewritten query work with PG as well (API call 'system.listLatestUpgradablePackages'). It's actually a follow up to this commit: 4823565b2e634bc73010d366ff82c432630bca85 Committed as: