[packages/iptraf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 00:16:39 CEST 2025
commit b1d3d6fcff60f24630d9e2c056d6c0c70884ae7b
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 00:16:23 2025 +0200
Fix applying patches.
iptraf.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/iptraf.spec b/iptraf.spec
index c4de21e..786b965 100644
--- a/iptraf.spec
+++ b/iptraf.spec
@@ -70,15 +70,15 @@ SLIP/PPP.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
+%patch -P3 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
+%patch -P8 -p1
%build
cd src
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iptraf.git/commitdiff/b1d3d6fcff60f24630d9e2c056d6c0c70884ae7b
More information about the pld-cvs-commit
mailing list