[packages/bzr] Fix applying patches.
    arekm 
    arekm at pld-linux.org
       
    Mon Jul 14 22:52:54 CEST 2025
    
    
  
commit fd84945d88f4220ce8c0b118cba673bb66623912
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 22:52:38 2025 +0200
    Fix applying patches.
 bzr.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bzr.spec b/bzr.spec
index faf35ff..4282bc3 100644
--- a/bzr.spec
+++ b/bzr.spec
@@ -97,8 +97,8 @@ This package provides bash-completion for bzr.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 # move out of contrib, as we package contrib as doc
 %{__mv} contrib/bash/bzr bash_completion.sh
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/bzr.git/commitdiff/fd84945d88f4220ce8c0b118cba673bb66623912
    
    
More information about the pld-cvs-commit
mailing list