[perl-Devel-PatchPerl/el6] workaround rhbz#750145

Iain Arnell iarnell at fedoraproject.org
Mon Oct 31 16:21:19 UTC 2011


commit 73607c42e8284f22d2e1142d0a8f9bf1afa7fe68
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Oct 31 17:20:29 2011 +0100

    workaround rhbz#750145
    
    IPC::Cmd should require ExtUtils::MakeMaker, but doesn't

 perl-Devel-PatchPerl.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Devel-PatchPerl.spec b/perl-Devel-PatchPerl.spec
index 4b93f19..fb6bdaf 100644
--- a/perl-Devel-PatchPerl.spec
+++ b/perl-Devel-PatchPerl.spec
@@ -16,6 +16,8 @@ BuildRequires:  perl(Test::More)
 Requires:       patch
 Requires:       perl(File::pushd) >= 1.00
 Requires:       perl(IPC::Cmd) >= 0.40
+# workaround rhbz#750145 - IPC::Cmd should require ExtUtils::MakeMaker
+Requires:       perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
@@ -52,6 +54,7 @@ make test
 %changelog
 * Mon Oct 31 2011 Iain Arnell <iarnell at gmail.com> 0.60-2
 - requires 'patch'
+- workaround rhbz#750145 - IPC::Cmd should require ExtUtils::MakeMaker
 
 * Fri Oct 28 2011 Iain Arnell <iarnell at gmail.com> 0.60-1
 - update to latest upstream version



More information about the perl-devel mailing list