Build-require Module::Scandeps for the "Fix a crash when looking up 5.010 Perl core modules" patch

This commit is contained in:
Petr Písař 2019-05-15 16:30:56 +02:00
parent a8f72cb49a
commit 69c478667f

View File

@ -1,6 +1,6 @@
Name: perl-Module-Install
Version: 1.19
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Standalone, extensible Perl module installer
License: GPL+ or Artistic
URL: https://metacpan.org/release/Module-Install
@ -44,7 +44,7 @@ BuildRequires: perl(FindBin)
# XXX: BuildRequires: perl(LWP::Simple) >= 6.00
# XXX: BuildRequires: perl(Module::Build) >= 0.29
BuildRequires: perl(Module::CoreList) >= 2.17
# XXX: BuildRequires: perl(Module::ScanDeps) >= 1.09
BuildRequires: perl(Module::ScanDeps) >= 1.09
# XXX: BuildRequires: perl(Net::FTP)
# XXX: BuildRequires: perl(PAR::Dist) >= 0.29
BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413
@ -129,6 +129,10 @@ make test
%{_mandir}/man3/*
%changelog
* Wed May 15 2019 Petr Pisar <ppisar@redhat.com> - 1.19-8
- Build-require Module::Scandeps for the "Fix a crash when looking up 5.010 Perl
core modules" patch (CPAN RT#71565)
* Mon May 06 2019 Petr Pisar <ppisar@redhat.com> - 1.19-7
- Fix a crash when looking up 5.010 Perl core modules (CPAN RT#71565)