client/rhel/rhn-client-tools/rhn-client-tools.spec | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 38961f681e8721589b7dacf84daf5ccc48fa8859 Author: Miroslav Suchý msuchy@redhat.com Date: Fri Oct 29 20:57:59 2010 +0200
require versions which can handle cache_only
this older relases does not understood cache_only parameter for actions if we call them with cache_only, we will create traceback. It is not possible to require new version directly, because user do not need this packages and can (and usually really do) operate without them. So I choose to use conflict to not allow user have new rhn-client-tools and old package with action class.
diff --git a/client/rhel/rhn-client-tools/rhn-client-tools.spec b/client/rhel/rhn-client-tools/rhn-client-tools.spec index ebbb264..619eaad 100644 --- a/client/rhel/rhn-client-tools/rhn-client-tools.spec +++ b/client/rhel/rhn-client-tools/rhn-client-tools.spec @@ -30,6 +30,11 @@ Requires: python-dmidecode Requires: libxml2-python
Conflicts: up2date < 5.0.0 +Conflicts: yum-rhn-plugin < 1.1.4-1 +Conflicts: rhncfg < 5.9.23-1 +Conflicts: spacewalk-koan < 0.2.7-1 +Conflicts: rhn-kickstart < 5.4.3-1 +Conflicts: rhn-virtualization < 5.4.14-1
BuildRequires: python-devel BuildRequires: gettext
spacewalk-commits@lists.fedorahosted.org