rpms/httpd/F-11 httpd.logrotate,1.4,1.5 httpd.spec,1.135,1.136

jorton jorton at fedoraproject.org
Tue Aug 18 11:57:28 UTC 2009


Author: jorton

Update of /cvs/extras/rpms/httpd/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21086

Modified Files:
	httpd.logrotate httpd.spec 
Log Message:
* Tue Aug 18 2009 Joe Orton <jorton at redhat.com> 2.2.13-2
- use "delaycompress" in logrotate config (#506381)



Index: httpd.logrotate
===================================================================
RCS file: /cvs/extras/rpms/httpd/F-11/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	18 Aug 2009 11:57:25 -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/F-11/httpd.spec,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- httpd.spec	18 Aug 2009 10:10:39 -0000	1.135
+++ httpd.spec	18 Aug 2009 11:57:27 -0000	1.136
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -480,6 +480,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Tue Aug 18 2009 Joe Orton <jorton at redhat.com> 2.2.13-2
+- use "delaycompress" in logrotate config (#506381)
+
 * Tue Aug 18 2009 Joe Orton <jorton at redhat.com> 2.2.13-1
 - update to 2.2.13
 




More information about the fedora-extras-commits mailing list