diff --git a/perl-Pod-Coverage.spec b/perl-Pod-Coverage.spec index 8d98517..439c061 100644 --- a/perl-Pod-Coverage.spec +++ b/perl-Pod-Coverage.spec @@ -58,7 +58,7 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n Pod-Coverage-%{version} -%patch0 -p1 +%patch -P0 -p1 # Help generators to recognize Perl scripts for F in t/*.t; do perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F" @@ -99,6 +99,7 @@ make test %changelog * Wed Jul 24 2024 Michal Josef Špaček - 0.23-34 +- Fix %patch macro. - Package tests * Mon Jun 24 2024 Troy Dawson - 0.23-33