Changeset 2198 for branches/fc17-dev/server/fedora/specs/httpd.spec.patch
- Timestamp:
- May 23, 2012, 12:48:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/fedora/specs/httpd.spec.patch
r2195 r2198 1 --- httpd.spec.~1~ 2012-0 2-13 09:46:36.000000000 -05002 +++ httpd.spec 2012-0 3-26 01:33:53.247271289-04003 @@ - 8,7 +8,7 @@1 --- httpd.spec.~1~ 2012-04-30 05:52:31.000000000 -0400 2 +++ httpd.spec 2012-05-22 23:31:12.397142763 -0400 3 @@ -9,7 +9,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 6 Version: 2.2.22 7 -Release: 1%{?dist}8 +Release: 1%{?dist}.scripts.%{scriptsversion}7 -Release: 4%{?dist} 8 +Release: 4%{?dist}.scripts.%{scriptsversion} 9 9 URL: http://httpd.apache.org/ 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -5 4,6 +54,15 @@13 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}14 Requires : httpd-tools = %{version}-%{release}, apr-util-ldap,systemd-units12 @@ -58,6 +58,15 @@ 13 Requires(postun): systemd-units 14 Requires(post): systemd-units 15 15 16 16 +Provides: scripts-httpd = %{version}-%{release} … … 26 26 The Apache HTTP Server is a powerful, efficient, and extensible 27 27 web server. 28 @@ -6 4,6 +76,7 @@28 @@ -68,6 +77,7 @@ 29 29 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 30 30 Requires: apr-devel, apr-util-devel, pkgconfig … … 34 34 %description devel 35 35 The httpd-devel package contains the APXS binary and other files 36 @@ -10 2,6 +115,7 @@36 @@ -106,6 +116,7 @@ 37 37 Requires(post): openssl, /bin/cat 38 38 Requires(pre): httpd … … 42 42 43 43 %description -n mod_ssl 44 @@ -11 0,6 +124,11 @@44 @@ -114,6 +125,11 @@ 45 45 Security (TLS) protocols. 46 46 … … 54 54 %patch1 -p1 -b .apctl 55 55 %patch2 -p1 -b .apxs 56 @@ -1 28,6 +147,14 @@56 @@ -133,6 +149,14 @@ 57 57 # Patch in vendor/release string 58 58 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 69 69 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 70 70 if test "x${vmmn}" != "x%{mmn}"; then 71 @@ -1 75,10 +205,12 @@71 @@ -193,10 +217,12 @@ 72 72 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 73 73 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.