rpms/ipa/devel ipa.spec,1.12,1.13

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Wed Jun 18 16:56:29 UTC 2008


Author: rcritten

Update of /cvs/extras/rpms/ipa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23918

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



Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/devel/ipa.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ipa.spec	18 Jun 2008 14:26:00 -0000	1.12
+++ ipa.spec	18 Jun 2008 16:55:40 -0000	1.13
@@ -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