diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-09 14:27:07 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-09 14:27:07 +0100 |
commit | c878a5ce0d50576b524bee344497938ab6845102 (patch) | |
tree | 958bd1d4806b4c080a25cd8ca84e8be85d2b6a84 /build/rpm/httpd.spec.in | |
parent | Typo correction. (diff) | |
download | apache2-c878a5ce0d50576b524bee344497938ab6845102.tar.xz apache2-c878a5ce0d50576b524bee344497938ab6845102.zip |
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/trunk@1212402 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm/httpd.spec.in')
-rw-r--r-- | build/rpm/httpd.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 70f9ad927d..bcfca5d0e8 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 |