From 2d631b340a2aef610693a86d9a706232f7d8f0f7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 4 Oct 2010 09:47:22 -0400 Subject: [PATCH] - Fix pre and post script requirements --- sssd.spec | 9 ++++++--- 1 file 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 - 1.3.0-35 +- Fix pre and post script requirements + * Mon Oct 04 2010 Stephen Gallagher - 1.3.0-34 - Resolves: rhbz#606887 - sssd stops on upgrade