[packages/gozerbot] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:56:53 CEST 2025
commit 6a3b43a18d9abd4cfbbb254e83c7314917226777
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:56:38 2025 +0200
Fix applying patches.
gozerbot.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gozerbot.spec b/gozerbot.spec
index dda9812..68f6457 100644
--- a/gozerbot.spec
+++ b/gozerbot.spec
@@ -38,8 +38,8 @@ Python IRC bot and Jabber bot in one.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__grep} -rl '#!/usr/bin/env python' . | xargs %{__sed} -i -e '1s,#!.*bin/env python,#!%{__python}',
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gozerbot.git/commitdiff/6a3b43a18d9abd4cfbbb254e83c7314917226777
More information about the pld-cvs-commit
mailing list