rpms/httpd/devel httpd.logrotate,1.4,1.5 httpd.spec,1.138,1.139

jorton jorton at fedoraproject.org
Tue Sep 8 15:58:47 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/httpd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6376

Modified Files:
	httpd.logrotate httpd.spec 
Log Message:
* Tue Sep  8 2009 Joe Orton <jorton at redhat.com> 2.2.13-2
- restart service in posttrans (#491567)



Index: httpd.logrotate
===================================================================
RCS file: /cvs/extras/rpms/httpd/devel/httpd.logrotate,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- httpd.logrotate	17 Mar 2009 13:09:35 -0000	1.4
+++ httpd.logrotate	8 Sep 2009 15:58:46 -0000	1.5
@@ -2,6 +2,7 @@
     missingok
     notifempty
     sharedscripts
+    delaycompress
     postrotate
 	/bin/kill -HUP `cat /var/run/httpd/httpd.pid 2>/dev/null` 2> /dev/null || true
     endscript


Index: httpd.spec
===================================================================
RCS file: /cvs/extras/rpms/httpd/devel/httpd.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- httpd.spec	21 Aug 2009 13:54:32 -0000	1.138
+++ httpd.spec	8 Sep 2009 15:58:46 -0000	1.139
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.13
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -349,6 +349,9 @@ if [ $1 = 0 ]; then
 	/sbin/chkconfig --del httpd
 fi
 
+%posttrans
+/sbin/service httpd condrestart >/dev/null 2>&1 || :
+
 %define sslcert %{_sysconfdir}/pki/tls/certs/localhost.crt
 %define sslkey %{_sysconfdir}/pki/tls/private/localhost.key
 
@@ -481,6 +484,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Tue Sep  8 2009 Joe Orton <jorton at redhat.com> 2.2.13-2
+- restart service in posttrans (#491567)
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.2.13-2
 - rebuilt with new openssl
 




More information about the scm-commits mailing list