From d1af1227f9757cf84d10f31b77b210159fa7d0ae Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 22 Sep 2023 14:37:04 +0200 Subject: [PATCH] Update using of %%patch --- perl-ExtUtils-MakeMaker.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index ff9bb09..94b7963 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -186,11 +186,11 @@ with "%{_libexecdir}/%{name}/test". %prep %setup -q -n ExtUtils-MakeMaker-%{version} -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 +%patch -P0 -p1 +%patch -P1 -p1 +%patch -P2 -p1 +%patch -P3 -p1 +%patch -P4 -p1 # Remove bundled modules rm -rf bundled perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST