Changeset 2066 for trunk/server/fedora/specs/httpd.spec.patch
- Timestamp:
- Nov 22, 2011, 12:45:17 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/server/fedora/specs/httpd.spec.patch
r1738 r2066 1 --- httpd.spec.orig 201 0-10-27 08:26:15.000000000 -04002 +++ httpd.spec 201 0-11-18 18:20:43.000000000 -05003 @@ - 7,7 +7,7 @@1 --- httpd.spec.orig 2011-09-13 09:43:36.000000000 -0400 2 +++ httpd.spec 2011-11-05 20:57:13.910145847 -0400 3 @@ -8,7 +8,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2. 177 -Release: 1%{?dist} .18 +Release: 1%{?dist}. 1.scripts.%{scriptsversion}6 Version: 2.2.21 7 -Release: 1%{?dist} 8 +Release: 1%{?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 5,6 +55,14@@13 Conflicts: pcre < 4.014 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap 12 @@ -54,6 +54,15 @@ 13 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa} 14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-units 15 15 16 +Provides: scripts-httpd 16 +Provides: scripts-httpd = %{version}-%{release} 17 17 +Patch1000: httpd-suexec-scripts.patch 18 18 +Patch1003: httpd-2.2.x-mod_status-security.patch … … 21 21 +Patch1006: httpd-suexec-cloexec.patch 22 22 +Patch1007: httpd-fixup-vhost.patch 23 +Patch1008: httpd-sysv-deps.patch 23 24 + 24 25 %description 25 26 The Apache HTTP Server is a powerful, efficient, and extensible 26 27 web server. 27 @@ -6 5,6 +73,7 @@28 @@ -64,6 +73,7 @@ 28 29 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel 29 30 Requires: apr-devel, apr-util-devel, pkgconfig 30 31 Requires: httpd = %{version}-%{release} 31 +Provides: scripts-httpd-devel 32 +Provides: scripts-httpd-devel = %{version}-%{release} 32 33 33 34 %description devel 34 35 The httpd-devel package contains the APXS binary and other files 35 @@ -10 3,6 +112,7 @@36 Requires(post): openssl >= 0.9.7f-4, /bin/cat36 @@ -102,6 +112,7 @@ 37 Requires(post): openssl, /bin/cat 37 38 Requires(pre): httpd 38 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn }39 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa} 39 40 +Provides: scripts-mod_ssl 40 41 Obsoletes: stronghold-mod_ssl 41 42 42 43 %description -n mod_ssl 43 @@ -130,6 +140,13 @@ 44 @@ -110,6 +121,11 @@ 45 Security (TLS) protocols. 46 47 %prep 48 + 49 +# Horrible hack to patch the httpd.init file 50 +cd $RPM_SOURCE_DIR 51 +%patch1008 -p1 -b .sysv-deps 52 + 53 %setup -q 54 %patch1 -p1 -b .apctl 55 %patch2 -p1 -b .apxs 56 @@ -128,6 +144,13 @@ 44 57 # Patch in vendor/release string 45 58 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 55 68 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 56 69 if test "x${vmmn}" != "x%{mmn}"; then 57 @@ -17 7,10 +194,12 @@70 @@ -175,10 +198,12 @@ 58 71 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 59 72 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.