[packages/keyutils] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:34:14 CEST 2025
commit 6e4f035d7934a8989d8f614b9d3cede71b8d9744
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:33:58 2025 +0200
Fix applying patches.
keyutils.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/keyutils.spec b/keyutils.spec
index 341b74e..fff2d42 100644
--- a/keyutils.spec
+++ b/keyutils.spec
@@ -69,8 +69,8 @@ Statyczna biblioteka do zarządzania linuksowymi kluczami.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} -j1 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/keyutils.git/commitdiff/6e4f035d7934a8989d8f614b9d3cede71b8d9744
More information about the pld-cvs-commit
mailing list