Ignore:
Timestamp:
Aug 26, 2010, 9:11:39 PM (14 years ago)
Author:
gdb
Message:
Make httpdmods require scripts-httpd

Our patched mod-vhost-ldap uses an Apache API function
from our custom Apache build.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r1602 r1607  
    1 --- httpd.spec.orig     2010-04-06 18:26:08.000000000 -0400
    2 +++ httpd.spec  2010-04-14 04:14:13.000000000 -0400
     1--- httpd.spec.orig     2010-08-26 21:00:40.771666965 -0400
     2+++ httpd.spec  2010-08-26 21:01:56.601668199 -0400
    33@@ -7,7 +7,7 @@
    44 Summary: Apache HTTP Server
     
    2525 The Apache HTTP Server is a powerful, efficient, and extensible
    2626 web server.
    27 @@ -102,6 +109,7 @@
     27@@ -65,6 +73,7 @@
     28 Obsoletes: secureweb-devel, apache-devel, stronghold-apache-devel
     29 Requires: apr-devel, apr-util-devel, pkgconfig
     30 Requires: httpd = %{version}-%{release}
     31+Provides: scripts-httpd-devel
     32 
     33 %description devel
     34 The httpd-devel package contains the APXS binary and other files
     35@@ -102,6 +111,7 @@
    2836 Requires(post): openssl >= 0.9.7f-4, /bin/cat
    2937 Requires(pre): httpd
     
    3341 
    3442 %description -n mod_ssl
    35 @@ -129,6 +137,13 @@
     43@@ -129,6 +139,13 @@
    3644 # Patch in vendor/release string
    3745 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    4755 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    4856 if test "x${vmmn}" != "x%{mmn}"; then
    49 @@ -177,10 +191,12 @@
     57@@ -177,10 +194,12 @@
    5058         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    5159        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.