[perl-Sub-WrapPackages] Remove perl(lib) from the Provides set. (#657015)

Emmanuel Seyman eseyman at fedoraproject.org
Wed Nov 24 21:25:02 UTC 2010


commit 14a4e7818e99173c8577b8f05f66ee8127f406fc
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Wed Nov 24 22:25:06 2010 +0100

    Remove perl(lib) from the Provides set. (#657015)

 perl-Sub-WrapPackages.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Sub-WrapPackages.spec b/perl-Sub-WrapPackages.spec
index 8192f96..b2dcfd3 100644
--- a/perl-Sub-WrapPackages.spec
+++ b/perl-Sub-WrapPackages.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sub-WrapPackages
 Version:        2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Add wrappers around all the subroutines in packages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(Devel::Caller::IgnoreNamespaces)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
+%filter_from_provides /perl(lib)/d;
 
 %description
 This is mostly a wrapper around Damian Conway's Hook::LexWrap module. This
@@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 24 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 2.0-1
+- Remove perl(lib) from the Provides set. (#657015)
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.0-2
 - Mass rebuild with perl-5.12.0
 



More information about the perl-devel mailing list