From 3f95d39ec42bfe2effbd501af8ae6261028ab0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Oct 2014 15:12:00 +0200 Subject: [PATCH] Require Software::License at perl-Module-Build --- perl.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl.spec b/perl.spec index 21dd39c..a841852 100644 --- a/perl.spec +++ b/perl.spec @@ -1167,6 +1167,11 @@ Requires: perl(ExtUtils::CBuilder) >= 0.15 Requires: perl(ExtUtils::ParseXS) >= 1.02 Requires: perl-devel Requires: %perl_compat +%if !%{defined perl_bootstrap} +# Optional run-time needed for Software::License license identifier, +# bug #1152319 +Requires: perl(Software::License) +%endif # Optional run-time needed for generating documentation from POD: Requires: perl(Pod::Html) Requires: perl(Pod::Man)