summaryrefslogtreecommitdiffstats
path: root/httpd.spec
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 /httpd.spec
parent2f347e4609cb579dc335a884f65b8b08089f38b5 (diff)
downloadhttpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.tar.gz
httpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.tar.xz
httpd-b2a4380f418ec73fe75699ad04506cdef2b88b98.zip
- restart service in posttrans (#491567)httpd-2_2_13-3_fc12F-12-startF-12-split
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec8
1 files changed, 7 insertions, 1 deletions
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