You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2011/12/09 14:38:28 UTC

svn commit: r1212414 - /httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Author: minfrin
Date: Fri Dec  9 13:38:28 2011
New Revision: 1212414

URL: http://svn.apache.org/viewvc?rev=1212414&view=rev
Log:
RPM: Update the spec file to require at least apr-util v1.4.x.

Modified:
    httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in

Modified: httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in?rev=1212414&r1=1212413&r2=1212414&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in (original)
+++ httpd/httpd/branches/2.4.x/build/rpm/httpd.spec.in Fri Dec  9 13:38:28 2011
@@ -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