From 817593e1a402a1a7d5d5a6da884c972443d696d448527b60fd039046713c9843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 28 Aug 2013 08:08:21 +0000 Subject: [PATCH] Accepting request 196621 from home:elvigia:branches:Apache OBS-URL: https://build.opensuse.org/request/show/196621 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=388 --- apache2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apache2.spec b/apache2.spec index 2a55813..227ede5 100644 --- a/apache2.spec +++ b/apache2.spec @@ -171,8 +171,11 @@ Requires: %{pname}-MPM Requires: /etc/mime.types PreReq: %{name}-utils Requires: logrotate -%requires_ge libapr1 -%requires_ge libapr-util1 +# 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, with certain kernels. +# see https://bugzilla.redhat.com/show_bug.cgi?id=516331 +Requires: libapr1 < 2.0 +Requires: libapr1 >= 1.4.2 %{?systemd_requires} PreReq: fileutils textutils grep sed %if %{?suse_version:1}0 @@ -376,7 +379,7 @@ to administrators of web servers in general. %patch70 -p1 #%patch108 -p1 %patch109 -p1 -%patch110 +%patch110 %patch111 -p1 cat $RPM_SOURCE_DIR/SUSE-NOTICE >> NOTICE