Changeset 1033 for server/fedora/specs


Ignore:
Timestamp:
Mar 28, 2009, 1:29:57 PM (15 years ago)
Author:
mitchb
Message:
Revert r959; we're not using Fedora 10.
File:
1 edited

Legend:

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

    r959 r1033  
    1 --- httpd.spec.orig     2008-10-21 07:47:47.000000000 -0400
    2 +++ httpd.spec  2009-01-28 00:34:06.000000000 -0500
    3 @@ -9,7 +9,7 @@
     1--- httpd.spec.orig     2009-01-01 21:06:31.000000000 -0500
     2+++ httpd.spec  2009-01-01 22:52:19.000000000 -0500
     3@@ -6,7 +6,7 @@
    44 Summary: Apache HTTP Server
    55 Name: httpd
    6  Version: 2.2.10
    7 -Release: 2
    8 +Release: 2.scripts.%{scriptsversion}
     6 Version: 2.2.9
     7-Release: 1%{?dist}
     8+Release: 1%{?dist}.scripts.%{scriptsversion}
    99 URL: http://httpd.apache.org/
    1010 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
    1111 Source1: index.html
    12 @@ -58,6 +58,11 @@
     12@@ -54,6 +54,11 @@
    1313 Conflicts: pcre < 4.0
    1414 Requires: httpd-tools = %{version}-%{release}
     
    2222 The Apache HTTP Server is a powerful, efficient, and extensible
    2323 web server.
    24 @@ -104,6 +109,7 @@
     24@@ -100,6 +105,7 @@
    2525 BuildRequires: openssl-devel, distcache-devel
    2626 Requires(post): openssl >= 0.9.7f-4, /bin/cat
     
    3030 
    3131 %description -n mod_ssl
    32 @@ -132,6 +138,10 @@
     32@@ -127,6 +133,10 @@
    3333 # Patch in vendor/release string
    3434 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1
     
    4141 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'`
    4242 if test "x${vmmn}" != "x%{mmn}"; then
    43 @@ -180,10 +190,12 @@
     43@@ -175,10 +185,12 @@
    4444         --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
    4545        --enable-suexec --with-suexec \
Note: See TracChangeset for help on using the changeset viewer.