From 8e85f55edfbceedc32b2ef70af6f12218c48483e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 4 Feb 2020 09:44:18 +0100 Subject: [PATCH] NO_PERLLOCAL=1 needs a recent ExtUtils::MakeMaker --- perl-Compress-Bzip2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Compress-Bzip2.spec b/perl-Compress-Bzip2.spec index caa2721..698f401 100644 --- a/perl-Compress-Bzip2.spec +++ b/perl-Compress-Bzip2.spec @@ -7,7 +7,7 @@ Name: perl-Compress-Bzip2 Version: 2.26 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Interface to Bzip2 compression library # bzlib-src/win-tst-dlltest.c (unbundled): Public Domain # bzlib-src/LICENSE (unbundled): BSD @@ -27,7 +27,7 @@ BuildRequires: perl(Config) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) # VMS::Filespec not needed BuildRequires: sed @@ -90,6 +90,9 @@ make test %{_mandir}/man3/*.3pm* %changelog +* Tue Feb 04 2020 Petr Pisar - 2.26-16 +- NO_PERLLOCAL=1 needs a recent ExtUtils::MakeMaker + * Tue Feb 04 2020 Tom Stellard - 2.26-15 - Use make_build macro - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make