[perl-DBIx-ContextualFetch] update filtering for rpm 4.9

Iain Arnell iarnell at fedoraproject.org
Tue Jun 21 03:34:14 UTC 2011


commit 843bba75c52763a5d9aff3160cc24401368184e0
Author: Iain Arnell <iarnell at gmail.com>
Date:   Tue Jun 21 05:33:46 2011 +0200

    update filtering for rpm 4.9

 perl-DBIx-ContextualFetch.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/perl-DBIx-ContextualFetch.spec b/perl-DBIx-ContextualFetch.spec
index 2595352..dd3b260 100644
--- a/perl-DBIx-ContextualFetch.spec
+++ b/perl-DBIx-ContextualFetch.spec
@@ -1,6 +1,6 @@
 Name:           perl-DBIx-ContextualFetch
 Version:        1.03
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Add contextual fetches to DBI
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -13,10 +13,8 @@ BuildRequires:  perl(DBD::SQLite), perl(Test::Pod::Coverage), perl(Test::More)
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:	perl(DBI)
 
-%{?filter_setup:
-%filter_from_requires /^perl(DBI::\(st\|db\))/d
 %{?perl_default_filter}
-}
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(DBI::(st|db)\\)
 
 %description
 %{summary}.
@@ -38,13 +36,15 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/DBIx
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Jun 21 2011 Iain Arnell <iarnell at gmail.com> 1.03-14
+- update filtering for rpm 4.9
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.03-13
 - Perl mass rebuild
 



More information about the perl-devel mailing list