diff options
| author | Joe Orton <jorton@redhat.com> | 2012-04-20 13:10:10 +0100 |
|---|---|---|
| committer | Joe Orton <jorton@redhat.com> | 2012-04-20 13:10:10 +0100 |
| commit | b4edcbb8cb56c9143ddb270db301524805cffd7e (patch) | |
| tree | 477edc6019481cc0837b0c2307db141134f1bd88 | |
| parent | ea6aac8abd84867119fd84a057daceb75e160bc1 (diff) | |
| download | httpd-b4edcbb8cb56c9143ddb270db301524805cffd7e.tar.gz httpd-b4edcbb8cb56c9143ddb270db301524805cffd7e.tar.xz httpd-b4edcbb8cb56c9143ddb270db301524805cffd7e.zip | |
really fix restart
Resolves: rhbz#814645
| -rw-r--r-- | httpd.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,7 +8,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.2 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -45,6 +45,8 @@ Patch23: httpd-2.4.1-export.patch Patch24: httpd-2.4.1-corelimit.patch Patch25: httpd-2.4.1-selinux.patch Patch26: httpd-2.4.1-suenable.patch +# Bug fixes +Patch40: httpd-2.4.2-restart.patch License: ASL 2.0 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -152,6 +154,8 @@ authentication to the Apache HTTP Server. %patch25 -p1 -b .selinux %patch26 -p1 -b .suenable +%patch40 -p1 -b .restart + # Patch in vendor/release string sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 @@ -554,6 +558,9 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/rpm/macros.httpd %changelog +* Fri Apr 20 2012 Joe Orton <jorton@redhat.com> - 2.4.2-3 +- really fix restart + * Fri Apr 20 2012 Joe Orton <jorton@redhat.com> - 2.4.2-2 - tweak default ssl.conf - fix restart handling (#814645) |
