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

Emmanuel Seyman eseyman at fedoraproject.org
Wed Nov 24 21:58:57 UTC 2010


commit 9694106fbc075cd020f6f0acc11510a1c7b57d36
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Wed Nov 24 22:59:02 2010 +0100

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

 perl-Sub-WrapPackages.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl-Sub-WrapPackages.spec b/perl-Sub-WrapPackages.spec
index bec5337..429ea7c 100644
--- a/perl-Sub-WrapPackages.spec
+++ b/perl-Sub-WrapPackages.spec
@@ -13,6 +13,8 @@ BuildRequires:  perl(Hook::LexWrap)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%filter_from_provides /perl(lib)/d;
+
 %description
 This is mostly a wrapper around Damian Conway's Hook::LexWrap module. This
 module allows you to wrap function calls and exits with functions of your
@@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 24 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.31-2
+- Remove perl(lib) from the Provides set (#657015).
+
 * Wed Feb 10 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 1.31-1
 - Update to 1.31
 


More information about the scm-commits mailing list