[packages/perl-RPM] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 02:04:12 CEST 2025


commit 154200171d169462d65ff1f18646e90768f237ef
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 02:03:56 2025 +0200

    Fix applying patches.

 perl-RPM.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/perl-RPM.spec b/perl-RPM.spec
index 68afc45..87f3143 100644
--- a/perl-RPM.spec
+++ b/perl-RPM.spec
@@ -38,8 +38,8 @@ lub C++.
 
 %prep
 %setup -q -n Perl-RPM-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 %{__perl} Makefile.PL \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-RPM.git/commitdiff/154200171d169462d65ff1f18646e90768f237ef



More information about the pld-cvs-commit mailing list