summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjorton <jorton@fedoraproject.org>2006-06-07 10:57:35 +0000
committerjorton <jorton@fedoraproject.org>2006-06-07 10:57:35 +0000
commit32dffacac8ed766c7539377cb8ee2088e276c121 (patch)
tree9c511c535653d6348f444002961b1e21635ec5a9
parentc1d75190cfd6ac7f0823be8ae6f19071b2d89c8e (diff)
downloadhttpd-32dffacac8ed766c7539377cb8ee2088e276c121.tar.gz
httpd-32dffacac8ed766c7539377cb8ee2088e276c121.tar.xz
httpd-32dffacac8ed766c7539377cb8ee2088e276c121.zip
- BR autoconfhttpd-2_2_2-5
-rw-r--r--httpd.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/httpd.spec b/httpd.spec
index 54712fb..413e68c 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -44,9 +44,9 @@ Patch54: httpd-2.2.0-authnoprov.patch
License: Apache Software License
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-root
-BuildRequires: db4-devel, expat-devel, findutils, perl, pkgconfig, xmlto >= 0.0.11
+BuildRequires: autoconf, perl, pkgconfig, xmlto >= 0.0.11, findutils
+BuildRequires: db4-devel, expat-devel, zlib-devel, libselinux-devel
BuildRequires: apr-devel >= 1.2.0, apr-util-devel >= 1.2.0, pcre-devel >= 5.0,
-BuildRequires: zlib-devel, libselinux-devel
Requires: /etc/mime.types, gawk, /usr/share/magic.mime, /usr/bin/find
Obsoletes: httpd-suexec
Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv
@@ -482,6 +482,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Jun 7 2006 Joe Orton <jorton@redhat.com> 2.2.2-5
- require pkgconfig for -devel (#194152)
- fixes for installed support makefiles (special.mk et al)
+- BR autoconf
* Fri Jun 2 2006 Joe Orton <jorton@redhat.com> 2.2.2-4
- make -devel package multilib-safe (#192686)