diff --git a/httpd.logrotate b/httpd.logrotate index a2529a3..d233e9c 100644 --- a/httpd.logrotate +++ b/httpd.logrotate @@ -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 diff --git a/httpd.spec b/httpd.spec index ed6bee9..9aea8ed 100644 --- a/httpd.spec +++ b/httpd.spec @@ -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 2.2.13-2 +- use "delaycompress" in logrotate config (#506381) + * Tue Aug 18 2009 Joe Orton 2.2.13-1 - update to 2.2.13