[perl-List-MoreUtils] Do not build-require Test::LeakTrace on RHEL 7

Petr Pisar ppisar at fedoraproject.org
Mon Oct 15 10:39:08 UTC 2012


commit 35a6c3e82c4668c7f5b6efd28274b79fd0981afc
Author: Petr Písař <ppisar at 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 <ppisar at redhat.com> - 0.33-6
+- Do not build-require Test::LeakTrace on RHEL 7
+
 * Fri Jul 27 2012 Tom Callaway <spot at fedoraproject.org> - 0.33-5
 - add epel filtering mechanism
 


More information about the scm-commits mailing list