[perl-Class-Load] Conditionalize again in the correct way.

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Jun 26 13:58:33 UTC 2012


commit d65aa10e6095a894343debac2992a406dd4492c1
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Jun 26 15:58:16 2012 +0200

    Conditionalize again in the correct way.

 perl-Class-Load.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-Class-Load.spec b/perl-Class-Load.spec
index 57e4e2b..1688691 100644
--- a/perl-Class-Load.spec
+++ b/perl-Class-Load.spec
@@ -39,7 +39,7 @@ BuildRequires:	perl(version)
 # Author/Release test requirements
 # ===================================================================
 # Pod::Coverage::Moose -> Moose -> Class::Load
-%if 0%{!?perl_bootstrap:1} || 0%{?rhel} < 7
+%if 0%{!?perl_bootstrap:1} && 0%{?rhel} < 7
 BuildRequires:	perl(Pod::Coverage::Moose)
 %endif
 BuildRequires:	perl(Test::CPAN::Changes)
@@ -95,7 +95,7 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
 %{_mandir}/man3/Class::Load.3pm*
 
 %changelog
-* Tue June 26 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.19-5
+* Tue Jun 26 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.19-5
 - conditionalize Pod::Coverage::Moose
 
 * Tue Jun 19 2012 Petr Pisar <ppisar at redhat.com> - 0.19-4


More information about the scm-commits mailing list