rpms/ipa/F-10 ipa.spec,1.15,1.16

Simo Sorce simo at fedoraproject.org
Thu Nov 13 20:28:42 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/ipa/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14253

Modified Files:
	ipa.spec 
Log Message:
Add missing conditional restarts



Index: ipa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa/F-10/ipa.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ipa.spec	13 Nov 2008 19:54:49 -0000	1.15
+++ ipa.spec	13 Nov 2008 20:28:40 -0000	1.16
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        1.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -255,6 +255,8 @@
 if [ "$1" -ge "1" ]; then
     /sbin/service ipa_kpasswd condrestart >/dev/null 2>&1 || :
     /sbin/service ipa_webgui condrestart >/dev/null 2>&1 || :
+    /sbin/service httpd condrestart >/dev/null 2>&1 || :
+    /sbin/service dirsrv condrestart >/dev/null 2>&1 || :
 fi
 
 %pre server-selinux
@@ -452,6 +454,9 @@
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Thu Nov 13 2008 Simo Sorce <ssorce at redhat.com> - 1.2.0-2
+- Conditionally restart also dirsrv and httpd when upgrading
+
 * Wed Oct 29 2008 Rob Crittenden <rcritten at redhat.com> - 1.2.0-1
 - Update to upstream version 1.2.0
 - Set fedora-ds-base minimum version to 1.1.3 for winsync header




More information about the scm-commits mailing list