[sssd/f15] Change selinux policy requirement to Conflicts: with the old version, rather than Requires: the supp

Stephen Gallagher sgallagh at fedoraproject.org
Sun Oct 23 20:52:54 UTC 2011


commit eac4dd5dd25697a18051642fe1d64032378be06d
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Sun Oct 23 13:48:09 2011 -0700

    Change selinux policy requirement to Conflicts: with the old version,
    rather than Requires: the supported version.
    
    Conflicts:
    
    	sssd.spec

 sssd.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index ab63a99..7cbfdac 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -9,7 +9,7 @@
 
 Name: sssd
 Version: 1.5.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -22,12 +22,12 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 ### Dependencies ###
 
 Requires: libldb >= %{ldb_version}
+Conflicts: selinux-policy < 3.9.16-44
 Requires: libtdb >= 1.1.3
 Requires: sssd-client = %{version}-%{release}
 Requires: libipa_hbac = %{version}-%{release}
 Requires: cyrus-sasl-gssapi
 Requires: krb5-libs >= 1.9
-Requires: selinux-policy >= 3.9.16-44
 Requires(post): systemd-units initscripts chkconfig /sbin/ldconfig
 Requires(preun): systemd-units initscripts chkconfig
 Requires(postun): systemd-units initscripts chkconfig /sbin/ldconfig
@@ -348,6 +348,10 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Sun Oct 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.14-3
+- Change selinux policy requirement to Conflicts: with the old version,
+  rather than Requires: the supported version.
+
 * Fri Oct 21 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.14-2
 - Add explicit requirement on selinux-policy version to address new SBUS
   symlinks.


More information about the scm-commits mailing list