[packages/gitlab-shell] Fix applying patches.

arekm arekm at pld-linux.org
Mon Jul 14 23:46:33 CEST 2025


commit 2d685a0db30775c5d01f3dc31c52d54ff54be826
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Mon Jul 14 23:46:17 2025 +0200

    Fix applying patches.

 gitlab-shell.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gitlab-shell.spec b/gitlab-shell.spec
index caa7dfa..5169424 100644
--- a/gitlab-shell.spec
+++ b/gitlab-shell.spec
@@ -31,10 +31,10 @@ a replacement for Bash or Zsh.
 %prep
 %setup -qc
 mv %{name}-*/* .
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 cp -p config.yml.example config.yml
-%patch2 -p1
+%patch -P2 -p1
 
 %{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/* hooks/*
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-shell.git/commitdiff/2d685a0db30775c5d01f3dc31c52d54ff54be826



More information about the pld-cvs-commit mailing list