[bugzilla] More filtering

Emmanuel Seyman eseyman at fedoraproject.org
Tue Feb 15 09:01:55 UTC 2011


commit 5d1f9b8ff5d9bee3fb7ce6b792965940dcffde3d
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Tue Feb 15 10:01:54 2011 +0100

    More filtering

 bugzilla.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/bugzilla.spec b/bugzilla.spec
index 6a536c9..2dc236d 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 3.6.4
 Group: Applications/Publishing
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -43,11 +43,9 @@ Summary: Bugzilla contributed scripts
 Group: Applications/Publishing
 BuildRequires: python
 
-# Fedora does not ship Oracle
-%filter_requires_in %{bzinstallprefix}/Bugzilla/DB/Oracle.pm
-
 # Remove all optional modules from the requires stream
 %filter_from_requires /perl(Authen::Radius)/d; /perl(DBD::Pg)/d; /perl(DBI::db)/d;
+%filter_from_requires /perl(DBD::Oracle)/d; /perl(DBI::st)/d;
 %filter_from_requires /perl(sanitycheck.cgi)/d; /perl(Apache2::Const)/d;
 %filter_from_requires /perl(Apache2::ServerUtil)/d; /perl(ModPerl::RegistryLoader)/d;
 %filter_from_requires /perl(CPAN)/d; /perl(Net::LDAP)/d; /perl(Email::Reply)/d;
@@ -172,6 +170,9 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib
 
 %changelog
+* Tue Feb 15 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.4-6
+- More filtering
+
 * Mon Feb 14 2011 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 3.6.4-5
 - Fix broken dependencies
 - Remove unused patch


More information about the scm-commits mailing list