commit d841270a681972795a0bfeeaf164812f0d271ea4 Author: Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> Date: Fri Sep 16 13:40:22 2011 +0800 Fixed overzealous Provides filter for RPM 4.8. Package could not install because one essential Provides was filtered out. https://bugzilla.redhat.com/show_bug.cgi?id=738931#c2 perl-Socket-Netlink-Route.spec | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) --- diff --git a/perl-Socket-Netlink-Route.spec b/perl-Socket-Netlink-Route.spec index e7546e7..4e36270 100644 --- a/perl-Socket-Netlink-Route.spec +++ b/perl-Socket-Netlink-Route.spec @@ -1,6 +1,6 @@ Name: perl-Socket-Netlink-Route Version: 0.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Interface to Linux's NETLINK_ROUTE netlink socket protocol License: GPL+ or Artistic Group: Development/Libraries @@ -19,7 +19,7 @@ Requires: perl(Socket::Netlink) >= 0.03 ## Filter unneeded Provides with RPM 4.8 %{?filter_setup: -%filter_from_provides /perl(Socket::Netlink::Route)/d +%filter_from_provides /^perl(Socket::Netlink::Route)$/d } %{?perl_default_filter} ## Filter unneeded Provides with RPM 4.9 @@ -65,6 +65,10 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %changelog +* Fri Sep 16 2011 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> - 0.03-2 +- Fixed dubious Provides filtering for RPM 4.8, it was filtering out too much + and made the package uninstallable. + * Mon Sep 12 2011 Mathieu Bridon <bochecha@xxxxxxxxxxxxxxxxx> 0.03-1 - Specfile autogenerated by cpanspec 1.78. - Added explicit Provides that rpmbuild doesn't pick up for some reason. -- 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