[policycoreutils] Yum should only be required for policycoreutils-devel

Daniel J Walsh dwalsh at fedoraproject.org
Fri Feb 14 00:53:54 UTC 2014


commit 5dc80ea534d4d377658f14873fe7779c717a330f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Feb 13 19:54:31 2014 -0500

    Yum should only be required for policycoreutils-devel

 policycoreutils.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/policycoreutils.spec b/policycoreutils.spec
index 7266bb5..71f8d35 100644
--- a/policycoreutils.spec
+++ b/policycoreutils.spec
@@ -7,7 +7,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.2.5
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Group:	 System Environment/Base
 # Based on git repository with tag 20101221
@@ -140,7 +140,7 @@ Requires:policycoreutils = %{version}-%{release}
 Requires:libsemanage-python >= %{libsemanagever} libselinux-python libcgroup
 Requires:audit-libs-python >=  %{libauditver}
 Obsoletes: policycoreutils < 2.0.61-2
-Requires: python-IPy yum
+Requires: python-IPy
 Requires: checkpolicy
 
 %description python
@@ -191,7 +191,7 @@ an SELinux environment.
 Summary: SELinux policy core policy devel utilities
 Group:	 System Environment/Base
 Requires: policycoreutils-python = %{version}-%{release}
-Requires: /usr/bin/make
+Requires: /usr/bin/make yum
 Requires: selinux-policy-devel
 
 %description devel
@@ -383,6 +383,9 @@ The policycoreutils-restorecond package contains the restorecond service.
 %systemd_postun_with_restart restorecond.service
 
 %changelog
+* Thu Feb 13 2014 Dan Walsh <dwalsh at redhat.com> - 2.2.5-5
+- Yum should only be required for policycoreutils-devel
+
 * Tue Jan 21 2014 Dan Walsh <dwalsh at redhat.com> - 2.2.5-4
 - Update translations
 


More information about the scm-commits mailing list