[packages/logcheck] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:09:02 CEST 2025
commit f3c35d60568ea08085809115c810084a75107d6a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:08:46 2025 +0200
Fix applying patches.
logcheck.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/logcheck.spec b/logcheck.spec
index 859fe8a..9f1d436 100644
--- a/logcheck.spec
+++ b/logcheck.spec
@@ -105,8 +105,8 @@ przeczytane.
%prep
%setup -q -n %{name}
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+bash(\s|$),#!/bin/bash\1,' \
src/logcheck
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/logcheck.git/commitdiff/f3c35d60568ea08085809115c810084a75107d6a
More information about the pld-cvs-commit
mailing list