Changeset 925 for server/fedora/specs/httpd.spec.patch
- Timestamp:
- Jan 1, 2009, 9:12:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/httpd.spec.patch
r824 r925 1 --- httpd.spec.orig 200 8-02-19 02:05:36.000000000 -05002 +++ httpd.spec 200 8-05-20 19:39:59.000000000 -04003 @@ -54,6 +54,1 0@@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 @@ 4 4 Conflicts: pcre < 4.0 5 5 Requires: httpd-tools = %{version}-%{release} 6 6 7 +Provides: scripts-httpd 7 8 +Patch1000: httpd-suexec-scripts.patch 8 9 +Patch1001: httpd-2.2.x-sni.patch … … 12 13 The Apache HTTP Server is a powerful, efficient, and extensible 13 14 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 @@ 15 24 # Patch in vendor/release string 16 25 sed "s/@RELEASE@/%{vstring}/" < %{PATCH20} | patch -p1 … … 23 32 vmmn=`echo MODULE_MAGIC_NUMBER_MAJOR | cpp -include include/ap_mmn.h | sed -n '/^2/p'` 24 33 if test "x${vmmn}" != "x%{mmn}"; then 25 @@ -175,10 +18 3,12 @@34 @@ -175,10 +185,12 @@ 26 35 --with-apr=%{_prefix} --with-apr-util=%{_prefix} \ 27 36 --enable-suexec --with-suexec \
Note: See TracChangeset
for help on using the changeset viewer.