[perl-Test-Synopsis] It will work better with &&.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jun 7 14:20:00 UTC 2012


commit 8ad6fe43f1e9633821dba024bb5804d940876720
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Jun 7 16:19:34 2012 +0200

    It will work better with &&.

 perl-Test-Synopsis.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Synopsis.spec b/perl-Test-Synopsis.spec
index 8d1c242..d88c026 100644
--- a/perl-Test-Synopsis.spec
+++ b/perl-Test-Synopsis.spec
@@ -13,7 +13,7 @@ BuildRequires:	perl(ExtUtils::Manifest)
 BuildRequires:	perl(Test::Builder::Module)
 BuildRequires:	perl(Test::Pod) >= 1.00
 # Test::Perl::Critic -> Perl::Critic -> List::MoreUtils -> Test::LeakTrace -> Test::Synopsis
-%if 0%{!?perl_bootstrap:1} || ! (0%{?rhel} >= 7)
+%if 0%{!?perl_bootstrap:1} && ! (0%{?rhel} >= 7)
 BuildRequires:	aspell-en
 BuildRequires:	perl(Test::Perl::Critic)
 BuildRequires:	perl(Test::Spelling)


More information about the scm-commits mailing list