Changeset 2032


Ignore:
Timestamp:
Nov 5, 2011, 9:11:05 PM (12 years ago)
Author:
ezyang
Message:
Add systemd dependencies on remote filesystems/cron to httpd.
Location:
branches/fc15-dev/server
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc15-dev/server/fedora/specs/httpd.spec.patch

    r2012 r2032  
    1 --- httpd.spec.orig     2011-08-19 08:36:24.000000000 -0400
    2 +++ httpd.spec  2011-08-19 08:37:34.000000000 -0400
     1--- httpd.spec.orig     2011-09-13 09:43:36.000000000 -0400
     2+++ httpd.spec  2011-11-05 20:57:13.910145847 -0400
    33@@ -8,7 +8,7 @@
    44 Summary: Apache HTTP Server
     
    88+Release: 1%{?dist}.scripts.%{scriptsversion}
    99 URL: http://httpd.apache.org/
    10  Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
     10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
    1111 Source1: index.html
    12 @@ -52,6 +52,14 @@
     12@@ -54,6 +54,15 @@
    1313 Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
    1414 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap, systemd-units
     
    2121+Patch1006: httpd-suexec-cloexec.patch
    2222+Patch1007: httpd-fixup-vhost.patch
     23+Patch1008: httpd-sysv-deps.patch
    2324+
    2425 %description
    2526 The Apache HTTP Server is a powerful, efficient, and extensible
    2627 web server.
    27 @@ -62,6 +70,7 @@
     28@@ -64,6 +73,7 @@
    2829 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel
    2930 Requires: apr-devel, apr-util-devel, pkgconfig
     
    3334 %description devel
    3435 The httpd-devel package contains the APXS binary and other files
    35 @@ -100,6 +109,7 @@
     36@@ -102,6 +112,7 @@
    3637 Requires(post): openssl, /bin/cat
    3738 Requires(pre): httpd
     
    4142 
    4243 %description -n mod_ssl
    43 @@ -125,6 +135,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 @@
    4457 # Patch in vendor/release string
    4558 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    5568 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    5669 if test "x${vmmn}" != "x%{mmn}"; then
    57 @@ -172,10 +189,12 @@
     70@@ -175,10 +198,12 @@
    5871         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    5972        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.