Changeset 2462
- Timestamp:
- Sep 13, 2013, 5:28:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc19-dev/server/fedora/specs/httpd.spec.patch
r2431 r2462 1 --- httpd.spec.orig 2013-0 6-13 00:09:01.645740322 -04002 +++ httpd.spec 2013-0 6-13 00:11:16.001740322 -04001 --- httpd.spec.orig 2013-08-22 16:53:46.414957922 -0400 2 +++ httpd.spec 2013-08-22 16:53:54.456957922 -0400 3 3 @@ -14,7 +14,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.4. 47 -Release: 6%{?dist}8 +Release: 6%{?dist}.scripts.%{scriptsversion}6 Version: 2.4.6 7 -Release: 2%{?dist} 8 +Release: 2%{?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 @@ -8 5,6 +85,12 @@12 @@ -83,6 +83,12 @@ 13 13 Requires(postun): systemd-units 14 14 Requires(post): systemd-units … … 23 23 The Apache HTTP Server is a powerful, efficient, and extensible 24 24 web server. 25 @@ -9 5,6 +101,7 @@25 @@ -93,6 +99,7 @@ 26 26 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 27 27 Requires: apr-devel, apr-util-devel, pkgconfig … … 31 31 %description devel 32 32 The httpd-devel package contains the APXS binary and other files 33 @@ -13 3,6 +140,7 @@33 @@ -131,6 +138,7 @@ 34 34 Requires(post): openssl, /bin/cat 35 35 Requires(pre): httpd … … 39 39 40 40 %description -n mod_ssl 41 @@ - 201,6 +209,11 @@41 @@ -197,6 +205,11 @@ 42 42 # Prevent use of setcap in "install-suexec-caps" target. 43 43 sed -i '/suexec/s,setcap ,echo Skipping setcap for ,' Makefile.in … … 51 51 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 52 52 if test "x${vmmn}" != "x%{mmn}"; then 53 @@ -24 7,11 +260,13 @@53 @@ -243,11 +256,13 @@ 54 54 --enable-suexec --with-suexec \ 55 55 --enable-suexec-capabilities \
Note: See TracChangeset
for help on using the changeset viewer.