rpms/ipa/F-9 ipa.spec,1.13,1.14

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Wed Jun 18 15:59:37 UTC 2008


Author: rcritten

Update of /cvs/extras/rpms/ipa/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12150

Modified Files:
	ipa.spec 
Log Message:
Add call to /usr/sbin/upgradeconfig to post install



Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-9/ipa.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ipa.spec	17 Jun 2008 18:36:08 -0000	1.13
+++ ipa.spec	18 Jun 2008 15:58:49 -0000	1.14
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        1.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -233,6 +233,7 @@
 /bin/chown apache /var/log/ipa_error.log
 /bin/chmod 600 /var/log/ipa_error.log
 restorecon /var/log/ipa_error.log
+/usr/sbin/ipa-upgradeconfig || :
 
 %preun server
 if [ $1 = 0 ]; then
@@ -434,6 +435,9 @@
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Wed Jun 18 2008 Rob Crittenden <rcritten at redhat.com> - 1.1.0-2
+- Add call to /usr/sbin/upgradeconfig to post install
+
 * Wed Jun 11 2008 Rob Crittenden <rcritten at redhat.com> - 1.1.0-1
 - Update to upstream version 1.1.0
 - Patch for indexing memberof attribute




More information about the fedora-extras-commits mailing list