client/tools/rhncfg/rhncfg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bec08806ac9fb3a7e03c8947769af382d9860195 Author: Stephen Herr sherr@redhat.com Date: Wed Jan 30 11:28:27 2013 -0500
856608 - moved rhncfg dependency on spacewalk-backend-libs to base package All sub-packages now require it
diff --git a/client/tools/rhncfg/rhncfg.spec b/client/tools/rhncfg/rhncfg.spec index e20fcb5..fe89ffe 100644 --- a/client/tools/rhncfg/rhncfg.spec +++ b/client/tools/rhncfg/rhncfg.spec @@ -17,6 +17,7 @@ BuildRequires: python Requires: python Requires: rhnlib Requires: rhn-client-tools +Requires: spacewalk-backend-libs >= 1.3.32-1 %if 0%{?suse_version} # provide rhn directories and no selinux on suse BuildRequires: rhn-client-tools @@ -31,7 +32,6 @@ The base libraries and functions needed by all rhncfg-* packages. Summary: Red Hat Network Configuration Client Group: Applications/System Requires: %{name} = %{version}-%{release} -Requires: spacewalk-backend-libs >= 1.3.32-1
%description client A command line interface to the client features of the RHN Configuration
spacewalk-commits@lists.fedorahosted.org