[packages/dsniff] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:20:27 CEST 2025
commit 661f5903feb1f52846d18523c191702fca35764f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:20:12 2025 +0200
Fix applying patches.
dsniff.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/dsniff.spec b/dsniff.spec
index 3e378dd..5022610 100644
--- a/dsniff.spec
+++ b/dsniff.spec
@@ -66,11 +66,11 @@ musi być wcześniej uruchomiony na lokalnym serwerze X.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
%{__rm} configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dsniff.git/commitdiff/661f5903feb1f52846d18523c191702fca35764f
More information about the pld-cvs-commit
mailing list