rpms/bugzilla/devel bugzilla.spec,1.20,1.21

Štěpán Kasal kasal at fedoraproject.org
Mon Feb 2 17:06:16 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/bugzilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29479

Modified Files:
	bugzilla.spec 
Log Message:
- do not require perl-Email-Simple, it is (no longer) in use
- remove several explicit perl-* requires; the automatic dependencies
  do handle them


Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/devel/bugzilla.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- bugzilla.spec	14 Jul 2008 21:30:14 -0000	1.20
+++ bugzilla.spec	2 Feb 2009 17:05:45 -0000	1.21
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 3.0.4
 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
@@ -14,7 +14,7 @@
 Patch0: bugzilla-rw-paths.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: smtpdaemon, webserver, patchutils, mod_perl, perl-SOAP-Lite, perl-Email-Simple, perl-Email-MIME-Modifier, perl-Template-Toolkit, perl-MIME-tools, perl-Email-MIME-Attachment-Stripper, perl-Email-Send, perl-Email-Reply, perl-Email-MIME, perl-Email-Address, which
+Requires: smtpdaemon, webserver, patchutils, mod_perl, perl-SOAP-Lite, which
 
 %package doc
 Summary: Bugzilla documentation
@@ -134,6 +134,11 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Mon Feb  2 2009 Stepan Kasal <skasal at redhat.com> - 3.0.4-3
+- do not require perl-Email-Simple, it is (no longer) in use
+- remove several explicit perl-* requires; the automatic dependencies
+  do handle them
+
 * Mon Jul 14 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 3.0.4-2
 - fix license tag
 




More information about the scm-commits mailing list