summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-09-01 09:32:54 +0200
committerJan Kaluza <jkaluza@redhat.com>2014-09-01 09:32:54 +0200
commit36930381bc186af121a2439f92b8fe2c2c6f3acc (patch)
treebef2a8284c6877156c321d6ce21c134b98e8ab92 /httpd.spec
parent92ee9cf6266fdce7ecf4071fa1bdc2b0b5558ab4 (diff)
downloadhttpd-36930381bc186af121a2439f92b8fe2c2c6f3acc.tar.gz
httpd-36930381bc186af121a2439f92b8fe2c2c6f3acc.tar.xz
httpd-36930381bc186af121a2439f92b8fe2c2c6f3acc.zip
use KillMode=mixed in httpd.service (#1135122)
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index a68b852..68683b1 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.10
-Release: 9%{?dist}
+Release: 10%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Mon Sep 01 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-10
+- use KillMode=mixed in httpd.service (#1135122)
+
* Fri Aug 29 2014 Joe Orton <jorton@redhat.com> - 2.4.10-9
- set vstring based on /etc/os-release (Pat Riehecky, #1114539)