commit dc3d184b0b0836be0d052ced1d2f4e5e6bd71d9c Author: Ralf CorsÃpius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Sat Apr 16 18:14:36 2011 +0200 Work-around rpm's depgenerator defect: Filter Requires: perl(DBIx::SearchBuilder::Handle::). rt3.spec | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/rt3.spec b/rt3.spec index f718ee6..6aa7a98 100644 --- a/rt3.spec +++ b/rt3.spec @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010, Ralf Corsepius, Ulm, Germany. +# Copyright (c) 2005, 2006, 2007, 2008, 2009, 2010, 2011, Ralf Corsepius, Ulm, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -40,7 +40,7 @@ Name: rt3 Version: 3.8.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -210,6 +210,8 @@ Requires: config(rt3) = %{version}-%{release} # Filter bogus provides %filter_from_provides /^perl(HTML::Mason/d %filter_from_provides /^perl(IO::Handle::CRLF)$/d +# Work-around rpm's depgenerator defect: +%filter_from_requires /^perl(DBIx::SearchBuilder::Handle::)$/d %{?perl_default_filter} } @@ -445,6 +447,10 @@ fi %endif %changelog +* Sat Apr 16 2011 Ralf CorsÃpius <corsepiu@xxxxxxxxxxxxxxxxx> - 3.8.10-2 +- Work-around rpm's depgenerator defect: + Filter Requires: perl(DBIx::SearchBuilder::Handle::). + * Sat Apr 16 2011 Ralf CorsÃpius <corsepiu@xxxxxxxxxxxxxxxxx> - 3.8.10-1 - Upstream update. - Rebase patches. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel