commit 73607c42e8284f22d2e1142d0a8f9bf1afa7fe68
Author: Iain Arnell <[email protected]>
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 <[email protected]> 0.60-2
- requires 'patch'
+- workaround rhbz#750145 - IPC::Cmd should require ExtUtils::MakeMaker
* Fri Oct 28 2011 Iain Arnell <[email protected]> 0.60-1
- update to latest upstream version
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel