Changeset 2525 for branches/fc20-dev/server/fedora/specs/httpd.spec.patch
- Timestamp:
- May 26, 2014, 3:16:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc20-dev/server/fedora/specs/httpd.spec.patch
r2462 r2525 1 --- httpd.spec.orig 201 3-08-22 16:53:46.414957922-04002 +++ httpd.spec 201 3-08-22 16:53:54.456957922 -04003 @@ -1 4,7 +14,7 @@1 --- httpd.spec.orig 2014-05-25 18:59:21.318657218 -0400 2 +++ httpd.spec 2014-05-25 19:00:15.324430542 -0400 3 @@ -15,7 +15,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.4. 66 Version: 2.4.9 7 7 -Release: 2%{?dist} 8 8 +Release: 2%{?dist}.scripts.%{scriptsversion} … … 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -83,6 +83,12 @@ 13 Requires(postun): systemd-units 12 @@ -86,6 +86,12 @@ 14 13 Requires(post): systemd-units 14 Conflicts: apr < 1.5.0-1 15 15 16 16 +Provides: scripts-httpd = %{version}-%{release} … … 23 23 The Apache HTTP Server is a powerful, efficient, and extensible 24 24 web server. 25 @@ -9 3,6 +99,7 @@25 @@ -96,6 +102,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 1,6 +138,7 @@33 @@ -134,6 +141,7 @@ 34 34 Requires(post): openssl, /bin/cat 35 35 Requires(pre): httpd … … 39 39 40 40 %description -n mod_ssl 41 @@ - 197,6 +205,11 @@41 @@ -200,6 +208,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 3,11 +256,13 @@53 @@ -246,11 +259,13 @@ 54 54 --enable-suexec --with-suexec \ 55 55 --enable-suexec-capabilities \
Note: See TracChangeset
for help on using the changeset viewer.