[packages/chkrootkit] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 22:58:33 CEST 2025
commit 6b0f6a694c92de95fc7e7f81640fda9b72d0d198
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 22:58:17 2025 +0200
Fix applying patches.
chkrootkit.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/chkrootkit.spec b/chkrootkit.spec
index 8a99fda..0794676 100644
--- a/chkrootkit.spec
+++ b/chkrootkit.spec
@@ -57,12 +57,12 @@ Pakiet ten jest przestarzały, lepiej używać rkhunter lub podobnego.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
%build
CC="%{__cc}"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chkrootkit.git/commitdiff/6b0f6a694c92de95fc7e7f81640fda9b72d0d198
More information about the pld-cvs-commit
mailing list