[sssd/f15] Add explicit requirement on selinux-policy version to address new SBUS symlinks.

Stephen Gallagher sgallagh at fedoraproject.org
Fri Oct 21 15:06:36 UTC 2011


commit a0cf1a82dadf76d31829e171c9cf373169e683f0
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Oct 21 08:02:25 2011 -0700

    Add explicit requirement on selinux-policy version to address new SBUS symlinks.
    
    Conflicts:
    
    	sssd.spec

 sssd.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index a47f272..ab63a99 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -9,7 +9,7 @@
 
 Name: sssd
 Version: 1.5.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -27,6 +27,7 @@ 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
@@ -347,6 +348,10 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* 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.
+
 * Wed Oct 19 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.14-1
 - New upstream release 1.5.14
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.14


More information about the scm-commits mailing list