From 7fb2eaaf1161181bdb5bc883cd9a9280ea08f917 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Jun 06 2010 20:39:08 +0000 Subject: Remove mod_perl from requirements --- diff --git a/bugzilla.spec b/bugzilla.spec index 79ace09..d49f396 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ Name: bugzilla Version: 3.6 Group: Applications/Publishing -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv1.1 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz Source1: bugzilla-httpd-conf @@ -16,7 +16,7 @@ Patch1: bugzilla-graphs-dir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), which +Requires: webserver, patchutils, perl(SOAP::Lite), which Requires: perl(CGI) >= 3.33 Requires: perl(Digest::SHA) Requires: perl(Date::Format) >= 2.21 @@ -185,6 +185,9 @@ popd > /dev/null) %{bzinstallprefix}/bugzilla/contrib %changelog +* Sun Jun 6 2010 Emmanuel Seyman - 3.6-3 +- Remove mod_perl from the requirements (#600924) + * Sun Jun 6 2010 Emmanuel Seyman - 3.6-2 - Fix missing provides (#600922)