[packages/gnupg] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:49:36 CEST 2025
commit 7fed2106c9f7ab87076a9a6e780ba1b96423d57d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:54:51 2025 +0200
Fix applying patches.
gnupg.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnupg.spec b/gnupg.spec
index 28bf4dc..693593a 100644
--- a/gnupg.spec
+++ b/gnupg.spec
@@ -175,9 +175,9 @@ kluczy.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__rm} po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnupg.git/commitdiff/7fed2106c9f7ab87076a9a6e780ba1b96423d57d
More information about the pld-cvs-commit
mailing list