[packages/cherokee] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:58:24 CEST 2025
commit 33f03d5d7a8647a61e5da4fb82e0cda3f15257ad
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:58:08 2025 +0200
Fix applying patches.
cherokee.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/cherokee.spec b/cherokee.spec
index 3504e24..0912f82 100644
--- a/cherokee.spec
+++ b/cherokee.spec
@@ -128,12 +128,12 @@ Biblioteki serwera WWW Cherokee.
%prep
%setup -qn webserver-%{version} -a1
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
#%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+python2(\s|$),#!%{__python}\1,' -e '1s,#!\s*/usr/bin/env\s+python(\s|$),#!%{__python}\1,' \
admin/CTK/CTK-run.pre \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cherokee.git/commitdiff/33f03d5d7a8647a61e5da4fb82e0cda3f15257ad
More information about the pld-cvs-commit
mailing list