summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2009-09-08 15:58:46 +0000
committerjorton <jorton@fedoraproject.org>2009-09-08 15:58:46 +0000
commitb2a4380f418ec73fe75699ad04506cdef2b88b98 (patch)
treec3f55fcbcc4a15169893879dcd80725800c36846
parent2f347e4609cb579dc335a884f65b8b08089f38b5 (diff)
downloadhttpd-F-12-split.tar.gz
httpd-F-12-split.tar.xz
httpd-F-12-split.zip
- restart service in posttrans (#491567)httpd-2_2_13-3_fc12F-12-startF-12-split
-rw-r--r--httpd.logrotate1
-rw-r--r--httpd.spec8
2 files changed, 8 insertions, 1 deletions
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 8524400..dd288d8 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -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@redhat.com> 2.2.13-2
+- restart service in posttrans (#491567)
+
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.13-2
- rebuilt with new openssl