[perl-Dist-CheckConflicts] Specify version requirements for extra test modules

Paul Howarth pghmcfc at fedoraproject.org
Thu Apr 3 20:03:46 UTC 2014


commit b7660f94b090c80b2eb20e5db2c87e0bf1a51f52
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Apr 3 21:03:20 2014 +0100

    Specify version requirements for extra test modules

 perl-Dist-CheckConflicts.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-Dist-CheckConflicts.spec b/perl-Dist-CheckConflicts.spec
index 24630eb..0b5b069 100644
--- a/perl-Dist-CheckConflicts.spec
+++ b/perl-Dist-CheckConflicts.spec
@@ -33,8 +33,8 @@ BuildRequires:	perl(Test::More) >= 0.47
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 BuildRequires:	perl(Test::EOL)
 BuildRequires:	perl(Test::NoTabs)
-BuildRequires:	perl(Test::Pod)
-BuildRequires:	perl(Test::Pod::Coverage)
+BuildRequires:	perl(Test::Pod) >= 1.41
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.08
 %endif
 # Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -96,6 +96,7 @@ rm -rf %{buildroot}
     (https://github.com/doy/dist-checkconflicts/pull/8)
 - Update patch for building with Test::More < 0.88
 - Don't try to run the extra tests for EPEL builds
+- Specify version requirements for extra test modules
 
 * Wed Dec 18 2013 Paul Howarth <paul at city-fan.org> - 0.10-1
 - Update to 0.10



More information about the perl-devel mailing list