From cdb8ffa14f5f7fca4e231e4891d81b59c42d5384 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Mon, 9 May 2011 16:29:35 +0000 Subject: [PATCH] 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/branches/2.2.x@1101092 13f79535-47bb-0310-9956-ffa450edef68 --- build/rpm/httpd.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 8cbf01a0f1c..9a012d2e192 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 BuildPrereq: apr-devel, apr-util-devel, openldap-devel, db4-devel, expat-devel, findutils, perl, pkgconfig, pcre-devel >= 5.0 BuildPrereq: /usr/bin/apr-1-config, /usr/bin/apu-1-config -Requires: apr >= 1.4.2, apr-util >= 1.3.10, pcre >= 5.0, gawk, /usr/share/magic.mime, /usr/bin/find, openldap +Requires: apr >= 1.4.2, apr-util >= 1.3.10, pcre >= 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 -- 2.47.3