[packages/cvs-fast-export] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:08:39 CEST 2025
commit 02992428aab6e922d2a524de16c57ffee9ce55b9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:08:23 2025 +0200
Fix applying patches.
cvs-fast-export.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/cvs-fast-export.spec b/cvs-fast-export.spec
index 93a15a7..66f05c2 100644
--- a/cvs-fast-export.spec
+++ b/cvs-fast-export.spec
@@ -45,8 +45,8 @@ ze zdalnych serwerów CVS.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -i -e '1s,/usr/bin/env python3$,%{__python3},' cvsconvert cvsstrip
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cvs-fast-export.git/commitdiff/02992428aab6e922d2a524de16c57ffee9ce55b9
More information about the pld-cvs-commit
mailing list