[packages/farsight2] Fix applying patches.
arekm
arekm at pld-linux.org
Mon Jul 14 23:30:06 CEST 2025
commit 7aec5d63c718e49cf0604ca501050c401bc88877
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Jul 14 23:29:50 2025 +0200
Fix applying patches.
farsight2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/farsight2.spec b/farsight2.spec
index 6d9120f..006b77e 100644
--- a/farsight2.spec
+++ b/farsight2.spec
@@ -113,11 +113,11 @@ Wiązania Pythona do farsight2.
%prep
%setup -q
-%patch0 -p1
+%patch -P0 -p1
cd common
-%patch1 -p1
+%patch -P1 -p1
cd ..
-%patch2 -p1
+%patch -P2 -p1
%build
%{__gtkdocize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/farsight2.git/commitdiff/7aec5d63c718e49cf0604ca501050c401bc88877
More information about the pld-cvs-commit
mailing list