summaryrefslogtreecommitdiff
path: root/build/rpm
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-05-09 16:28:04 +0000
committerGraham Leggett <minfrin@apache.org>2011-05-09 16:28:04 +0000
commitaca682126ddbd306c48496ff5d4c3241f11eb36c (patch)
tree3a49036a60947672633ddcca78c36c18879b4de7 /build/rpm
parent7ee5ab0f04a0295a24ecd0d6e4fcef71ea234326 (diff)
downloadhttpd-aca682126ddbd306c48496ff5d4c3241f11eb36c.tar.gz
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.in2
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