diff --git a/bugzilla.spec b/bugzilla.spec index 3d41007..8ef29d7 100644 --- a/bugzilla.spec +++ b/bugzilla.spec @@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/ 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 @@ Contributed scripts and functions for Bugzilla 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 @@ popd > /dev/null %{bzinstallprefix}/bugzilla/contrib %changelog +* Tue Jun 26 2006 John Berninger - 2.22-6 +- Clean up BugzillaEmail requires (filter it out) + * Mon Jun 26 2006 John Berninger - 2.22-5 - License is MPL, not GPL - Clean up %doc specs