[packages/iproute2] - use patch -P
qboosh
qboosh at pld-linux.org
Sun Jan 26 13:15:16 CET 2025
commit 28a2404f869d5cb08e830fc635830da5382ebe60
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jan 26 12:23:11 2025 +0100
- use patch -P
iproute2.spec | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/iproute2.spec b/iproute2.spec
index 2a4dd4e..247614b 100644
--- a/iproute2.spec
+++ b/iproute2.spec
@@ -153,16 +153,16 @@ tc).
# conflict with atm-vbr patched linux-libc-headers
%{__rm} include/uapi/linux/atm.h
-%patch3 -p1
+%patch -P3 -p1
-%patch5 -p1
-%patch6 -p1
+%patch -P5 -p1
+%patch -P6 -p1
# extensions:
-%patch10 -p1
-%patch11 -p1
-%{?with_iface_descr:%patch12 -p1}
-%patch14 -p1
-%patch15 -p1
+%patch -P10 -p1
+%patch -P11 -p1
+%{?with_iface_descr:%patch -P12 -p1}
+%patch -P14 -p1
+%patch -P15 -p1
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' ip/routel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iproute2.git/commitdiff/28a2404f869d5cb08e830fc635830da5382ebe60
More information about the pld-cvs-commit
mailing list