rpms/bugzilla/F-13 bugzilla.spec,1.35,1.36

Emmanuel Seyman eseyman at fedoraproject.org
Wed Jun 30 15:50:03 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/bugzilla/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12420

Modified Files:
	bugzilla.spec 
Log Message:
Remove mod_perl from the requirements


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/F-13/bugzilla.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- bugzilla.spec	24 Jun 2010 23:56:34 -0000	1.35
+++ bugzilla.spec	30 Jun 2010 15:50:02 -0000	1.36
@@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 3.4.7
 Group: Applications/Publishing
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -15,7 +15,7 @@ Patch0: bugzilla-rw-paths.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: webserver, patchutils, mod_perl, perl(SOAP::Lite), perl(Digest::SHA), which
+Requires: webserver, patchutils, perl(SOAP::Lite), perl(Digest::SHA), which
 Requires: perl(CGI) >= 3.33
 Requires: perl(Date::Format) >= 2.21
 Requires: perl(DateTime) >= 0.28
@@ -163,6 +163,9 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Wed Jun 30 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.7-2
+- Remove mod_perl from the requirements (#600924)
+
 * Fri Jun 25 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.4.7-1
 - Update to 3.4.7 (CVE-2010-1204)
 



More information about the scm-commits mailing list