From 3ff77d6da269608b1ce505171f130f54fb887bea Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 9 Dec 2011 13:38:28 +0000 Subject: [PATCH] RPM: Update the spec file to require at least apr-util v1.4.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1212414 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/httpd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 8c0405270c..0fe820b4da 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -15,7 +15,7 @@ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: autoconf, perl, pkgconfig, findutils BuildRequires: zlib-devel, libselinux-devel -BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.3.0, pcre-devel >= 5.0 +BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.4.0, pcre-devel >= 5.0 Requires: initscripts >= 8.36, /etc/mime.types Obsoletes: httpd-suexec Requires(pre): /usr/sbin/useradd -- 2.50.1