Changeset 2153 for trunk/server/fedora/specs
- Timestamp:
- Mar 26, 2012, 1:35:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r2134 r2153 1 --- httpd.spec. orig 2011-09-13 09:43:36.000000000 -04002 +++ httpd.spec 201 1-11-05 20:57:13.910145847-04001 --- httpd.spec.~1~ 2012-02-13 09:46:36.000000000 -0500 2 +++ httpd.spec 2012-03-26 01:33:53.247271289 -0400 3 3 @@ -8,7 +8,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2.2 16 Version: 2.2.22 7 7 -Release: 1%{?dist} 8 8 +Release: 1%{?dist}.scripts.%{scriptsversion} … … 29 29 The Apache HTTP Server is a powerful, efficient, and extensible 30 30 web server. 31 @@ -64,6 +7 3,7 @@31 @@ -64,6 +76,7 @@ 32 32 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 33 33 Requires: apr-devel, apr-util-devel, pkgconfig … … 37 37 %description devel 38 38 The httpd-devel package contains the APXS binary and other files 39 @@ -102,6 +11 2,7 @@39 @@ -102,6 +115,7 @@ 40 40 Requires(post): openssl, /bin/cat 41 41 Requires(pre): httpd … … 45 45 46 46 %description -n mod_ssl 47 @@ -110,6 +12 1,11 @@47 @@ -110,6 +124,11 @@ 48 48 Security (TLS) protocols. 49 49 … … 57 57 %patch1 -p1 -b .apctl 58 58 %patch2 -p1 -b .apxs 59 @@ -128,6 +14 4,17 @@59 @@ -128,6 +147,17 @@ 60 60 # Patch in vendor/release string 61 61 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 75 75 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 76 76 if test "x${vmmn}" != "x%{mmn}"; then 77 @@ -175,10 + 198,12 @@77 @@ -175,10 +205,12 @@ 78 78 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 79 79 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.