commit a6599bec519210bd679599b41bc2d0e29fbede6c Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue May 31 12:21:25 2011 +0100 Filter out bogus provides in a way that works with EPEL < 6 perl-SOAP-Lite.spec | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec index d1a7d70..34915b7 100644 --- a/perl-SOAP-Lite.spec +++ b/perl-SOAP-Lite.spec @@ -58,6 +58,10 @@ Requires: perl(XML::Parser::Lite) %?perl_default_filter } +# Filter out unwanted provides for EPEL < 6 (#709269) +%global provfilt sh -c "%{__perl_provides} | grep -Ev '^perl[(](LWP::Protocol|My::.*)[)]'" +%define __perl_provides %{provfilt} + %description SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on -- 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