From 8c381ea480e7ecc9181caafa0c981d14f678af73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Wed, 17 Jul 2024 12:08:42 +0200 Subject: [PATCH] Fix patch macro --- perl-Socket6.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-Socket6.spec b/perl-Socket6.spec index 7042b01..47b9e3a 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -47,7 +47,7 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n Socket6-%{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" @@ -85,6 +85,7 @@ make test %changelog * Wed Jul 17 2024 Michal Josef Špaček - 0.29-23 +- Fix patch macro - Package tests * Mon Jun 24 2024 Troy Dawson - 0.29-22