[packages/sniffit] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:02:39 CEST 2025
commit 93995bb92c01d3693f132bc394f66d85eb8a37aa
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:02:24 2025 +0200
Fix applying patches.
sniffit.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/sniffit.spec b/sniffit.spec
index 04456d0..567a45a 100644
--- a/sniffit.spec
+++ b/sniffit.spec
@@ -45,10 +45,10 @@ produz uma análise compreensível por humanos.
%prep
%setup -q -n %{name}.%{version}.beta
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
%{__sed} -i -e '/strip/d' Makefile.in
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/sniffit.git/commitdiff/93995bb92c01d3693f132bc394f66d85eb8a37aa
More information about the pld-cvs-commit
mailing list