[packages/sshguard] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:07:31 CEST 2025
commit 0c5d3284f731f406f466742ef7ea4921a918fff9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:07:15 2025 +0200
Fix applying patches.
sshguard.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sshguard.spec b/sshguard.spec
index 2689bf1..ba213c0 100644
--- a/sshguard.spec
+++ b/sshguard.spec
@@ -30,8 +30,8 @@ jest napisany w C.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sshguard.git/commitdiff/0c5d3284f731f406f466742ef7ea4921a918fff9
More information about the pld-cvs-commit
mailing list