[packages/gated] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:39:38 CEST 2025
commit 666be57199dbde56bb46e977d86490a703a4fc3e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:39:22 2025 +0200
Fix applying patches.
gated.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gated.spec b/gated.spec
index 857d172..4cbd0a2 100644
--- a/gated.spec
+++ b/gated.spec
@@ -45,13 +45,13 @@ wymienianych między protokołami rutujacymi.
%setup -q -n gated-3-5-10
# patch0 not applied
-%patch1 -p1
-%patch2 -p1
+%patch -P1 -p1
+%patch -P2 -p1
# patch3 doesn't exist
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
+%patch -P4 -p1
+%patch -P5 -p1
+%patch -P6 -p1
+%patch -P7 -p1
cd src
cp -f %{SOURCE4} krt_ifread_ioctl.c
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gated.git/commitdiff/666be57199dbde56bb46e977d86490a703a4fc3e
More information about the pld-cvs-commit
mailing list