More filtering
This commit is contained in:
parent
780f1060a8
commit
5d1f9b8ff5
1 changed files with 5 additions and 4 deletions
|
|
@ -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@club-internet.fr> - 3.6.4-6
|
||||
- More filtering
|
||||
|
||||
* Mon Feb 14 2011 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 3.6.4-5
|
||||
- Fix broken dependencies
|
||||
- Remove unused patch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue