[packages/tftp-hpa] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 03:17:12 CEST 2025
commit cdb47611d6fc33227e007d595ba8c61bf6437870
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 03:16:56 2025 +0200
Fix applying patches.
tftp-hpa.spec | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/tftp-hpa.spec b/tftp-hpa.spec
index 204b3eb..7bd6b68 100644
--- a/tftp-hpa.spec
+++ b/tftp-hpa.spec
@@ -136,16 +136,16 @@ standalone.
%prep
%setup -q
-%patch0 -p1 -b .zero
-%patch1 -p1 -b .tzfix
-%patch2 -p1 -b .tftpboot
-%patch3 -p1 -b .chk_retcodes
-%patch4 -p1 -b .fortify-strcpy-crash
-%patch5 -p1 -b .cmd_arg
-%patch6 -p1 -b .stats
-%patch7 -p1 -b .pktinfo
-%patch8 -p1
-%patch9 -p1
+%patch -P0 -p1 -b .zero
+%patch -P1 -p1 -b .tzfix
+%patch -P2 -p1 -b .tftpboot
+%patch -P3 -p1 -b .chk_retcodes
+%patch -P4 -p1 -b .fortify-strcpy-crash
+%patch -P5 -p1 -b .cmd_arg
+%patch -P6 -p1 -b .stats
+%patch -P7 -p1 -b .pktinfo
+%patch -P8 -p1
+%patch -P9 -p1
%build
%configure
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tftp-hpa.git/commitdiff/cdb47611d6fc33227e007d595ba8c61bf6437870
More information about the pld-cvs-commit
mailing list