[perl-SOAP-Lite/el5] Do not provide LWP::Protocol (#709269)

Paul Howarth pghmcfc at fedoraproject.org
Tue May 31 11:25:31 UTC 2011


commit 5dcf3da87973820cc24c3bac076fe5079cfe4188
Author: Petr Sabata <contyk at redhat.com>
Date:   Tue May 31 11:21:35 2011 +0200

    Do not provide LWP::Protocol (#709269)

 perl-SOAP-Lite.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-SOAP-Lite.spec b/perl-SOAP-Lite.spec
index baa243a..a2e1cdc 100644
--- a/perl-SOAP-Lite.spec
+++ b/perl-SOAP-Lite.spec
@@ -1,6 +1,6 @@
 Name:       perl-SOAP-Lite
 Version:    0.712
-Release:    4%{?dist}.1
+Release:    5%{?dist}
 Summary:    Client and server side SOAP implementation
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -51,6 +51,8 @@ Requires:       perl(XML::Parser::Lite)
 
 %{?filter_setup:
 %filter_from_requires /perl(My::/d
+%filter_from_provides /perl(My::/d
+%filter_from_provides /perl(LWP::Protocol)/d
 %?perl_default_filter
 }
 
@@ -92,6 +94,9 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue May 31 2011 Petr Sabata <contyk at redhat.com> - 0.712-5
+- Filter LWP::Protocol from Provides (#709269)
+
 * Tue May 17 2011 Petr Sabata <psabata at redhat.com> - 0.712-4
 - Do not require Apache2::*; this introduces mod_perl/httpd dependencies
   This is optional and needed only when running under mod_perl which provides


More information about the scm-commits mailing list