From 75f028f16273f85af48c1283adaefec88fa3c30a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Sun, 4 Aug 2024 10:49:40 +0200 Subject: [PATCH] Fix %patch macro --- perl-MIME-Charset.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec index df655d9..c249e85 100644 --- a/perl-MIME-Charset.spec +++ b/perl-MIME-Charset.spec @@ -54,7 +54,7 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n MIME-Charset-%{version} -%patch0 -p1 +%patch -P0 -p1 # Remove bundled modules rm -rf ./inc perl -i -ne 'print $_ unless m{^inc/}' MANIFEST @@ -96,6 +96,7 @@ make test %changelog * Sun Aug 04 2024 Michal Josef Špaček - 1.013.1-7 +- Fix %patch macro - Package tests * Mon Jun 24 2024 Troy Dawson - 1.013.1-6