diff options
author | Graham Leggett <minfrin@apache.org> | 2011-05-09 18:28:04 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-05-09 18:28:04 +0200 |
commit | aca682126ddbd306c48496ff5d4c3241f11eb36c (patch) | |
tree | 3a49036a60947672633ddcca78c36c18879b4de7 /build/rpm | |
parent | Use AP_ instead of APR_ and move into the compile CPP (diff) | |
download | apache2-aca682126ddbd306c48496ff5d4c3241f11eb36c.tar.xz apache2-aca682126ddbd306c48496ff5d4c3241f11eb36c.zip |
rpm spec file: Remove requirement for /usr/share/magic.mime, we don't reference
this file anywhere within the package.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-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 3b60ec002e..50a620ecdf 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -16,7 +16,7 @@ Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildPrereq: apr-devel, apr-util-devel, openldap-devel, db4-devel, expat-devel, findutils, perl, pkgconfig, zlib-devel, pcre-devel >= 5.0, distcache-devel >= 1.4 BuildPrereq: /usr/bin/apr-1-config, /usr/bin/apu-1-config -Requires: apr >= 1.4.2, apr-util >= 1.3.10, pcre-devel >= 5.0, gawk, /usr/share/magic.mime, /usr/bin/find, openldap +Requires: apr >= 1.4.2, apr-util >= 1.3.10, pcre-devel >= 5.0, gawk, /usr/bin/find, openldap Prereq: /sbin/chkconfig, /bin/mktemp, /bin/rm, /bin/mv Prereq: sh-utils, textutils, /usr/sbin/useradd Provides: webserver |