[sssd] - Fix pre and post script requirements

Stephen Gallagher sgallagh at fedoraproject.org
Mon Oct 4 13:47:17 UTC 2010


commit 2d631b340a2aef610693a86d9a706232f7d8f0f7
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Oct 4 09:47:22 2010 -0400

    - Fix pre and post script requirements

 sssd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index 13951d1..c0a29e8 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -7,7 +7,7 @@ Name: sssd
 Version: 1.3.0
 #Never reset the Release, always increment it
 #Otherwise we can have issues if library versions do not change
-Release: 34%{?dist}
+Release: 35%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -35,9 +35,9 @@ Requires: libcollection >= %{collection_version}
 Requires: libini_config >= %{ini_config_version}
 Requires: cyrus-sasl-gssapi
 Requires: keyutils-libs
-Requires(post): python
+Requires(post): python initscripts chkconfig /sbin/ldconfig
 Requires(preun):  initscripts chkconfig
-Requires(postun): /sbin/service
+Requires(postun): initscripts chkconfig /sbin/ldconfig
 
 %global servicename sssd
 %global sssdstatedir %{_localstatedir}/lib/sss
@@ -451,6 +451,9 @@ fi
 %postun -n libref_array -p /sbin/ldconfig
 
 %changelog
+* Mon Oct 04 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.3.0-35
+- Fix pre and post script requirements
+
 * Mon Oct 04 2010 Stephen Gallagher <sgallagh at redhat.com> - 1.3.0-34
 - Resolves: rhbz#606887 - sssd stops on upgrade
 


More information about the scm-commits mailing list