summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2017-10-03 09:16:29 +0100
committerJoe Orton <jorton@redhat.com>2017-10-03 09:16:29 +0100
commit6d96e6a1937ef08901638b1500498b49321d3d33 (patch)
tree8878595600ccc5afac799c3f5a5ecd6cdf857544 /httpd.spec
parentd31ea66d9d9bfa62d3aae8b4ee0f390134dc89d1 (diff)
downloadhttpd-6d96e6a1937ef08901638b1500498b49321d3d33.tar.gz
httpd-6d96e6a1937ef08901638b1500498b49321d3d33.tar.xz
httpd-6d96e6a1937ef08901638b1500498b49321d3d33.zip
add notes on enabling httpd_graceful_shutdown boolean for prefork
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 6f14798..e9e4319 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -13,7 +13,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.27
-Release: 13%{?dist}
+Release: 14%{?dist}
URL: https://httpd.apache.org/
Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -239,7 +239,10 @@ if test "x${vmmn}" != "x%{mmn}"; then
exit 1
fi
-xmlto man $RPM_SOURCE_DIR/httpd.service.xml
+sed 's/@MPM@/%{mpm}/' < $RPM_SOURCE_DIR/httpd.service.xml \
+ > httpd.service.xml
+
+xmlto man ./httpd.service.xml
: Building with MMN %{mmn}, MMN-ISA %{mmnisa}
: Default MPM is %{mpm}, vendor string is '%{vstring}'
@@ -688,6 +691,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Tue Oct 3 2017 Joe Orton <jorton@redhat.com> - 2.4.27-14
+- add notes on enabling httpd_graceful_shutdown boolean for prefork
+
* Fri Sep 22 2017 Joe Orton <jorton@redhat.com> - 2.4.27-13
- drop Requires(post) for mod_ssl