[perl-Test-EOL] Restore EPEL-4 compatibility

Paul Howarth pghmcfc at fedoraproject.org
Thu Jun 30 18:43:31 UTC 2011


commit f8de5a255346df92544a4db4e76ed09bf5a90afc
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jun 30 11:06:46 2011 +0100

    Restore EPEL-4 compatibility

 perl-Test-EOL.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec
index 993a2fc..0d5d29b 100644
--- a/perl-Test-EOL.spec
+++ b/perl-Test-EOL.spec
@@ -18,7 +18,7 @@ BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::NoTabs)
 BuildRequires:	perl(Test::Pod)
 BuildRequires:	perl(Test::Pod::Coverage)
-%if !%{defined perl_bootstrap}
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:	perl(Pod::Coverage::TrustPod)
 %endif
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -64,6 +64,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Thu Jun 30 2011 Paul Howarth <paul at city-fan.org> - 0.9-5
+- Restore EPEL-4 compatibility
 - perl(Pod::Coverage::TrustPod) is available everywhere now
 - %%{?perl_default_filter} isn't needed for this tiny package
 - Nobody else likes macros for commands



More information about the perl-devel mailing list