[packages/john] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:24:25 CEST 2025
commit f1dce3562193c4b6e7e5bf04ff05d66e657d2bb0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:24:09 2025 +0200
Fix applying patches.
john.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/john.spec b/john.spec
index 69189a1..fe52b5b 100644
--- a/john.spec
+++ b/john.spec
@@ -61,10 +61,10 @@ Windows NT/2000/XP LM, a także kilka innych przy użyciu łat.
%prep
%setup -q -n john-%{githash}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%ifarch x32
-%patch2 -p1
+%patch -P2 -p1
%endif
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/john.git/commitdiff/f1dce3562193c4b6e7e5bf04ff05d66e657d2bb0
More information about the pld-cvs-commit
mailing list