[httpd] require apr-util 1.5.x

jorton jorton at fedoraproject.org
Tue Oct 14 09:53:43 UTC 2014


commit 8c01244b3476e5ac55981a37fab133265188a371
Author: Joe Orton <jorton at redhat.com>
Date:   Tue Oct 14 10:53:35 2014 +0100

    require apr-util 1.5.x

 httpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index b6c58b0..d88386f 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.10
-Release: 13%{?dist}
+Release: 14%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -77,7 +77,7 @@ Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: autoconf, perl, pkgconfig, findutils, xmlto
 BuildRequires: zlib-devel, libselinux-devel, lua-devel
-BuildRequires: apr-devel >= 1.5.0, apr-util-devel >= 1.2.0, pcre-devel >= 5.0
+BuildRequires: apr-devel >= 1.5.0, apr-util-devel >= 1.5.0, pcre-devel >= 5.0
 BuildRequires: systemd-devel
 Requires: /etc/mime.types, system-logos-httpd
 Obsoletes: httpd-suexec
@@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_rpmconfigdir}/macros.d/macros.httpd
 
 %changelog
+* Tue Oct 14 2014 Joe Orton <jorton at redhat.com> - 2.4.10-14
+- require apr-util 1.5.x
+
 * Thu Sep 18 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-13
 - use NoDelay and DeferAcceptSec in httpd.socket
 


More information about the scm-commits mailing list