Ignore:
Timestamp:
Jan 1, 2009, 9:12:56 PM (15 years ago)
Author:
quentin
Message:
Update specfile patches to provide scripts-specific virtual packages that we can depend on
File:
1 edited

Legend:

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

    r824 r925  
    1 --- httpd.spec.orig     2008-02-19 02:05:36.000000000 -0500
    2 +++ httpd.spec  2008-05-20 19:39:59.000000000 -0400
    3 @@ -54,6 +54,10 @@
     1--- httpd.spec.orig     2009-01-01 21:06:31.000000000 -0500
     2+++ httpd.spec  2009-01-01 21:08:14.000000000 -0500
     3@@ -54,6 +54,11 @@
    44 Conflicts: pcre < 4.0
    55 Requires: httpd-tools = %{version}-%{release}
    66 
     7+Provides: scripts-httpd
    78+Patch1000: httpd-suexec-scripts.patch
    89+Patch1001: httpd-2.2.x-sni.patch
     
    1213 The Apache HTTP Server is a powerful, efficient, and extensible
    1314 web server.
    14 @@ -127,6 +131,10 @@
     15@@ -100,6 +105,7 @@
     16 BuildRequires: openssl-devel, distcache-devel
     17 Requires(post): openssl >= 0.9.7f-4, /bin/cat
     18 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn}
     19+Provides: scripts-mod_ssl
     20 Obsoletes: stronghold-mod_ssl
     21 
     22 %description -n mod_ssl
     23@@ -127,6 +133,10 @@
    1524 # Patch in vendor/release string
    1625 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    2332 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    2433 if test "x${vmmn}" != "x%{mmn}"; then
    25 @@ -175,10 +183,12 @@
     34@@ -175,10 +185,12 @@
    2635         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    2736        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.