rpms/bugzilla/FC-5 bugzilla.spec,1.1,1.2

John Berninger (jwb) fedora-extras-commits at redhat.com
Tue Jun 27 12:55:03 UTC 2006


Author: jwb

Update of /cvs/extras/rpms/bugzilla/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13066

Modified Files:
	bugzilla.spec 
Log Message:
correct requires list



Index: bugzilla.spec
===================================================================
RCS file: /cvs/extras/rpms/bugzilla/FC-5/bugzilla.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bugzilla.spec	26 Jun 2006 17:53:13 -0000	1.1
+++ bugzilla.spec	27 Jun 2006 12:55:03 -0000	1.2
@@ -6,7 +6,7 @@
 Name: bugzilla
 Version: 2.22
 Group: Applications/Publishing
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MPL
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -45,7 +45,7 @@
 cat << \EOF > %{name}-req
 #!/bin/sh
 %{__perl_requires} $* |\
-  sed -e '/perl(globals.pl)/d'
+  sed -e '/perl(globals.pl)/d;/perl(BugzillaEmail)/d'
 EOF
 
 %define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
@@ -125,6 +125,9 @@
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Tue Jun 26 2006 John Berninger <johnw at berningeronline dot net> - 2.22-6
+- Clean up BugzillaEmail requires (filter it out)
+
 * Mon Jun 26 2006 John Berninger <johnw at berningeronline dot net> - 2.22-5
 - License is MPL, not GPL
 - Clean up %doc specs




More information about the fedora-extras-commits mailing list