[packages/gitlab-runner] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:46:30 CEST 2025
commit e7a7f661785d1be68ea89f01ff0967a7f2678778
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:46:15 2025 +0200
Fix applying patches.
gitlab-runner.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gitlab-runner.spec b/gitlab-runner.spec
index ed46f92..df7d92d 100644
--- a/gitlab-runner.spec
+++ b/gitlab-runner.spec
@@ -67,7 +67,7 @@ mv gitlab-runner-*/*.md .
install -d src/$(dirname %{import_path})
mv gitlab-runner-* src/%{import_path}
-%patch1 -p1
+%patch -P1 -p1
cd src/%{import_path}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-runner.git/commitdiff/e7a7f661785d1be68ea89f01ff0967a7f2678778
More information about the pld-cvs-commit
mailing list