From 9d338961e1d041fd99e22e277fb02b7463d991cb Mon Sep 17 00:00:00 2001
From: Xavier Bachelot <[email protected]>
Date: Tue, 17 May 2016 22:19:34 +0200
Subject: Don't BR:Test::Version for EL6.

---
 perl-Algorithm-CheckDigits.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/perl-Algorithm-CheckDigits.spec b/perl-Algorithm-CheckDigits.spec
index 2419041..0009e45 100644
--- a/perl-Algorithm-CheckDigits.spec
+++ b/perl-Algorithm-CheckDigits.spec
@@ -1,6 +1,6 @@
 Name:       perl-Algorithm-CheckDigits
 Version:    1.3.2
-Release:    1%{?dist}
+Release:    1%{?dist}.1
 
 Summary:    Perl extension to generate and test check digits
 
@@ -30,7 +30,9 @@ BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
+%if 0%{?fedora} || 0%{?rhel} > 6
 BuildRequires:  perl(Test::Version)
+%endif
 Requires:   perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 
@@ -65,6 +67,9 @@ perl Build.PL installdirs=vendor
 
 
 %changelog
+* Tue May 17 2016 Xavier Bachelot <[email protected]> - 1.3.2-1.1
+- Don't BR:Test::Version for EL6.
+
 * Tue May 17 2016 Xavier Bachelot <[email protected]> - 1.3.2-1
 - Update to 1.3.2.
 - Add BR: perl(Test::Version) for better tests coverage.
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Algorithm-CheckDigits.git/commit/?h=master&id=9d338961e1d041fd99e22e277fb02b7463d991cb
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to