Changeset 2207 for branches/fc17-dev
- Timestamp:
- May 25, 2012, 1:49:00 AM (12 years ago)
- Location:
- branches/fc17-dev/server
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc17-dev/server/fedora/specs/httpd.spec.patch
r2198 r2207 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 11 11 Source1: index.html 12 @@ -58,6 +58,1 5@@12 @@ -58,6 +58,14 @@ 13 13 Requires(postun): systemd-units 14 14 Requires(post): systemd-units … … 21 21 +Patch1006: httpd-suexec-cloexec.patch 22 22 +Patch1007: httpd-fixup-vhost.patch 23 +Patch1008: httpd-sysv-deps.patch24 23 + 25 24 %description … … 42 41 43 42 %description -n mod_ssl 44 @@ -114,6 +125,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 @@ -133,6 +149,14 @@ 43 @@ -133,6 +149,13 @@ 57 44 # Patch in vendor/release string 58 45 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 64 51 +%patch1006 -p1 -b .cloexec 65 52 +%patch1007 -p1 -b .fixup-vhost 66 +# Note that patch1008 is not here, as it patches the initscript elsewhere in this .spec67 53 + 68 54 # Safety check: prevent build if defined MMN does not equal upstream MMN.
Note: See TracChangeset
for help on using the changeset viewer.