[packages/bzr-fastimport] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 22:52:56 CEST 2025


commit 79245b44a46d83b7756e2f5e76b2c6ada0c28460
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:52:41 2025 +0200

    Fix applying patches.

 bzr-fastimport.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bzr-fastimport.spec b/bzr-fastimport.spec
index c2f299a..a2ec72a 100644
--- a/bzr-fastimport.spec
+++ b/bzr-fastimport.spec
@@ -30,8 +30,8 @@ custom migration solution.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
 
 %build
 %py_build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bzr-fastimport.git/commitdiff/79245b44a46d83b7756e2f5e76b2c6ada0c28460



More information about the pld-cvs-commit mailing list