[perl-Test-Version] RHEL-7+ package cannot BR: perl(Test::Kwalitee) from EPEL (#815759)

Paul Howarth pghmcfc at fedoraproject.org
Tue Apr 24 13:30:18 UTC 2012


commit f4bcae7904552ad86e68ef6287d2fda1214ed0d1
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Apr 24 14:29:48 2012 +0100

    RHEL-7+ package cannot BR: perl(Test::Kwalitee) from EPEL (#815759)

 perl-Test-Version.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec
index 0b5d370..95a4bba 100644
--- a/perl-Test-Version.spec
+++ b/perl-Test-Version.spec
@@ -3,7 +3,7 @@
 
 Name:		perl-Test-Version
 Version:	1.002001
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Check to see that versions in modules are sane
 License:	Artistic 2.0
 Group:		Development/Libraries
@@ -53,7 +53,10 @@ BuildRequires:	perl(Test::CPAN::Meta)
 BuildRequires:	perl(Test::CPAN::Meta::JSON)
 BuildRequires:	perl(Test::DistManifest)
 BuildRequires:	perl(Test::EOL)
+# RHEL-7+ package cannot BR: package from EPEL
+%if ! (0%{?rhel} >= 7)
 BuildRequires:	perl(Test::Kwalitee)
+%endif
 BuildRequires:	perl(Test::MinimumVersion)
 BuildRequires:	perl(Test::Mojibake)
 BuildRequires:	perl(Test::Perl::Critic)
@@ -98,6 +101,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Test::Version.3pm*
 
 %changelog
+* Tue Apr 24 2012 Paul Howarth <paul at city-fan.org> - 1.002001-2
+- RHEL-7+ package cannot BR: perl(Test::Kwalitee) from EPEL (#815759)
+
 * Wed Mar 14 2012 Paul Howarth <paul at city-fan.org> - 1.002001-1
 - Update to 1.002001:
   - Fix metadata caused by a bug in DZP::GitHub after asking repo to be


More information about the scm-commits mailing list