rpms/bugzilla/devel bugzilla.spec,1.36,1.37

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jun 6 20:39:08 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/bugzilla/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11182

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


Index: bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -p -r1.36 -r1.37
--- bugzilla.spec	6 Jun 2010 20:05:13 -0000	1.36
+++ bugzilla.spec	6 Jun 2010 20:39:08 -0000	1.37
@@ -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 <emmanuel.seyman at club-internet.fr> - 3.6-3
+- Remove mod_perl from the requirements (#600924)
+
 * Sun Jun  6 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6-2
 - Fix missing provides (#600922)
 



More information about the scm-commits mailing list