[packages/sysdig] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:12:39 CEST 2025
commit 35e0fc51b23a258498c19d4e9e68687b37c1507c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:12:23 2025 +0200
Fix applying patches.
sysdig.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/sysdig.spec b/sysdig.spec
index 2a3397b..2d261ee 100644
--- a/sysdig.spec
+++ b/sysdig.spec
@@ -157,9 +157,9 @@ Ten pakiet zawiera moduł sysdig-probe for jądra Linuksa.\
%prep
%setup -q -n %{pname}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%build
install -d build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sysdig.git/commitdiff/35e0fc51b23a258498c19d4e9e68687b37c1507c
More information about the pld-cvs-commit
mailing list