Changeset 1499 for trunk/server
- Timestamp:
- Feb 28, 2010, 6:09:13 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/fedora/specs/httpd.spec.patch
r1482 r1499 1 --- httpd.spec.orig 20 09-11-08 08:58:40.000000000 -05002 +++ httpd.spec 20 09-11-08 09:00:43.000000000 -05001 --- httpd.spec.orig 2010-02-28 05:01:55.000000000 -0500 2 +++ httpd.spec 2010-02-28 05:03:44.000000000 -0500 3 3 @@ -7,7 +7,7 @@ 4 4 Summary: Apache HTTP Server 5 5 Name: httpd 6 Version: 2.2.1 36 Version: 2.2.14 7 7 -Release: 1%{?dist} 8 8 +Release: 1.scripts.%{scriptsversion}%{?dist} … … 10 10 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz 11 11 Source1: index.html 12 @@ -5 5,6 +55,13 @@12 @@ -57,6 +57,13 @@ 13 13 Conflicts: pcre < 4.0 14 14 Requires: httpd-tools = %{version}-%{release}, apr-util-ldap … … 24 24 The Apache HTTP Server is a powerful, efficient, and extensible 25 25 web server. 26 @@ -101,6 +107,7 @@ 27 BuildRequires: openssl-devel, distcache-devel 26 @@ -104,6 +111,7 @@ 28 27 Requires(post): openssl >= 0.9.7f-4, /bin/cat 28 Requires(pre): httpd 29 29 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn} 30 30 +Provides: scripts-mod_ssl … … 32 32 33 33 %description -n mod_ssl 34 @@ -1 28,6 +135,12 @@34 @@ -133,6 +141,12 @@ 35 35 # Patch in vendor/release string 36 36 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 45 45 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 46 46 if test "x${vmmn}" != "x%{mmn}"; then 47 @@ -1 76,10 +188,12 @@47 @@ -181,10 +195,12 @@ 48 48 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 49 49 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.