rpms/ipa/F-7 ipa.spec,1.4,1.5 sources,1.4,1.5

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Fri Feb 29 20:23:04 UTC 2008


Author: rcritten

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

Modified Files:
	ipa.spec sources 
Log Message:
Pull upstream changelog 698
Fix ownership of /var/log/ipa_error.log during install (435119)
Add pwpolicy command and man page



Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-7/ipa.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ipa.spec	22 Feb 2008 14:52:30 -0000	1.4
+++ ipa.spec	29 Feb 2008 20:22:28 -0000	1.5
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        0.99
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -210,6 +210,9 @@
     /sbin/chkconfig --add ipa_kpasswd
     /sbin/chkconfig --add ipa_webgui
 fi
+/bin/touch /var/log/ipa_error.log
+/bin/chown apache /var/log/ipa_error.log
+/bin/chmod 600 /var/log/ipa_error.log
 
 %preun server
 if [ $1 = 0 ]; then
@@ -345,6 +348,7 @@
 %{_sbindir}/ipa-moddelegation
 %{_sbindir}/ipa-passwd
 %{_sbindir}/ipa-moduser
+%{_sbindir}/ipa-pwpolicy
 %{_mandir}/man1/ipa-adddelegation.1.gz
 %{_mandir}/man1/ipa-addgroup.1.gz
 %{_mandir}/man1/ipa-addservice.1.gz
@@ -363,6 +367,7 @@
 %{_mandir}/man1/ipa-moddelegation.1.gz
 %{_mandir}/man1/ipa-passwd.1.gz
 %{_mandir}/man1/ipa-moduser.1.gz
+%{_mandir}/man1/ipa-pwpolicy.1.gz
 
 %files python
 %doc LICENSE README
@@ -393,6 +398,11 @@
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Thu Feb 29 2008 Rob Crittenden <rcritten at redhat.com> 0.99-11
+- Pull upstream changelog 698
+- Fix ownership of /var/log/ipa_error.log during install (435119)
+- Add pwpolicy command and man page
+
 * Thu Feb 21 2008 Rob Crittenden <rcritten at redhat.com> 0.99-10
 - Pull upstream changelog 678
 - Add new subpackage, ipa-server-selinux


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Feb 2008 14:52:30 -0000	1.4
+++ sources	29 Feb 2008 20:22:28 -0000	1.5
@@ -1 +1 @@
-c7a34e9f06f2685681fc2f1a47cc7ad9  freeipa-0.99.tar.gz
+f3ef12445450381932412e603c51e50e  freeipa-0.99.tar.gz




More information about the fedora-extras-commits mailing list