[packages/dnswalk] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:16:12 CEST 2025
commit e2842d237253238629a12d2c43b6a4c1ee293fdf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:15:57 2025 +0200
Fix applying patches.
dnswalk.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dnswalk.spec b/dnswalk.spec
index 5e866ee..875ffbc 100644
--- a/dnswalk.spec
+++ b/dnswalk.spec
@@ -33,8 +33,8 @@ wewnętrznej spójności oraz dokładności.
%prep
%setup -q -c
-%patch0 -p1
-%patch1 -p0
+%patch -P0 -p1
+%patch -P1 -p0
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dnswalk.git/commitdiff/e2842d237253238629a12d2c43b6a4c1ee293fdf
More information about the pld-cvs-commit
mailing list