[httpd/f13/master] - fix build

jorton jorton at fedoraproject.org
Wed Oct 27 12:24:22 UTC 2010


commit caa6101ba487c9d15a73b577cc0d598fd39e7dfb
Author: Joe Orton <jorton at redhat.com>
Date:   Wed Oct 27 13:24:16 2010 +0100

    - fix build

 httpd.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index bfc406a..b4cbfa0 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.17
-Release: 1%{?dist}
+Release: 1%{?dist}.1
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -37,7 +37,6 @@ Patch25: httpd-2.2.11-selinux.patch
 Patch26: httpd-2.2.9-suenable.patch
 # Bug fixes
 Patch54: httpd-2.2.0-authnoprov.patch
-Patch55: httpd-2.2.16-pr45444.patch
 License: ASL 2.0
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -127,7 +126,6 @@ Security (TLS) protocols.
 %patch26 -p1 -b .suenable
 
 %patch54 -p1 -b .authnoprov
-%patch55 -p1 -b .pr45444
 
 # Patch in vendor/release string
 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
@@ -486,6 +484,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Wed Oct 27 2010 Joe Orton <jorton at redhat.com> - 2.2.17-1.1
+- fix build
+
 * Wed Oct 27 2010 Joe Orton <jorton at redhat.com> - 2.2.17-1
 - update to 2.2.17
 


More information about the scm-commits mailing list