From f8de5a255346df92544a4db4e76ed09bf5a90afc Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 30 Jun 2011 11:06:46 +0100 Subject: [PATCH] Restore EPEL-4 compatibility --- perl-Test-EOL.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - 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