commit 35a6c3e82c4668c7f5b6efd28274b79fd0981afc
Author: Petr Písař <ppi...@redhat.com>
Date:   Mon Oct 15 12:30:18 2012 +0200

    Do not build-require Test::LeakTrace on RHEL 7

 perl-List-MoreUtils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-List-MoreUtils.spec b/perl-List-MoreUtils.spec
index 683b026..7159622 100644
--- a/perl-List-MoreUtils.spec
+++ b/perl-List-MoreUtils.spec
@@ -1,6 +1,6 @@
 Name:          perl-List-MoreUtils
 Version:       0.33
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Provide the stuff missing in List::Util
 Group:         Development/Libraries
 License:       GPL+ or Artistic
@@ -10,7 +10,7 @@ BuildRoot:    
%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(Pod::Simple)
 BuildRequires: perl(Test::CPAN::Meta)
-%if "%{rhel}" != "4" && "%{rhel}" != "5"
+%if "%{rhel}" != "4" && "%{rhel}" != "5" && "%{rhel}" != "7"
 BuildRequires: perl(Test::LeakTrace)
 # Test::MinimumVersion -> Perl::MinimumVersion -> PPI -> List::MoreUtils
 %if 0%{!?perl_bootstrap:1}
@@ -65,6 +65,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/List::MoreUtils.3pm*
 
 %changelog
+* Mon Oct 15 2012 Petr Pisar <ppi...@redhat.com> - 0.33-6
+- Do not build-require Test::LeakTrace on RHEL 7
+
 * Fri Jul 27 2012 Tom Callaway <s...@fedoraproject.org> - 0.33-5
 - add epel filtering mechanism
 
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to