SHA256
1
0
forked from pool/apache2

- add Requires on libapr1 >= 1.4.2. In the past, libapr1 >= 1.0 was sufficient.

But since 2.2.16, a failure to create listen sockets can occur, unless newer
  libapr1 is used. See https://bugzilla.redhat.com/show_bug.cgi?id=516331
- remove obsolete httpd-2.2.15-deprecated_use_of_build_in_variable.patch

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=320
This commit is contained in:
Peter Poeml
2010-07-29 13:20:57 +00:00
committed by Git OBS Bridge
parent b381b109cf
commit bbd277f1ab
3 changed files with 9 additions and 26 deletions

View File

@@ -120,8 +120,6 @@ Patch66: httpd-2.0.54-envvars.dif
Patch67: httpd-2.2.0-apxs-a2enmod.dif
Patch68: httpd-2.x.x-logresolve.patch
Patch100: apache2.2-mpm-itk-20090414-00.patch
# PATCH-FIX-UPSTREAM fix deprecated usage of $[ in apxs2
Patch101: httpd-2.2.15-deprecated_use_of_build_in_variable.patch
Url: http://httpd.apache.org/
Icon: Apache.xpm
Summary: The Apache Web Server Version 2.0
@@ -130,7 +128,10 @@ Provides: httpd http_daemon %{apache_mmn} suse_help_viewer
Requires: %{pname}-MPM /etc/mime.types
PreReq: %{name}-utils
Requires: logrotate
Requires: libapr1 >= 1.0
# in the past, libapr1 >= 1.0 was sufficient. But since 2.2.16, a failure to
# create listen sockets can occur, unless newer libapr1 is used.
# see https://bugzilla.redhat.com/show_bug.cgi?id=516331
Requires: libapr1 >= 1.4.2
Requires: libapr1 < 2.0
PreReq: fileutils textutils grep sed
%if %{?suse_version:1}0
@@ -341,7 +342,6 @@ to administrators of web servers in general.
%patch67 -p1
%patch68 -p1
%patch100 -p1
%patch101 -p0
#
cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE
#