From 977421a6cfd184a662f1f4c2ad94bd10fdee5d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 12 Jul 2024 11:28:29 +0200 Subject: [PATCH] Fix patch macro --- perl-libnet.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-libnet.spec b/perl-libnet.spec index e767197..5a09fdb 100644 --- a/perl-libnet.spec +++ b/perl-libnet.spec @@ -112,8 +112,8 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n libnet-%{base_version} -%patch0 -p1 -%patch1 -p1 +%patch -P0 -p1 +%patch -P1 -p1 # Help generators to recognize Perl scripts for F in $(find t/ -name '*.t'); do perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F" @@ -151,6 +151,7 @@ make test %changelog * Fri Jul 12 2024 Michal Josef Špaček - 3.15-505 +- Fix patch macro - Package tests * Mon Jun 24 2024 Troy Dawson - 3.15-504