[packages/noip] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:36:05 CEST 2025
commit 0bd20e894a80d58a6d9e29cea7d6796e5b5a4d17
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:35:49 2025 +0200
Fix applying patches.
noip.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/noip.spec b/noip.spec
index 38dc352..4af8b22 100644
--- a/noip.spec
+++ b/noip.spec
@@ -42,9 +42,9 @@ po ich dodaniu na stronie <http://www.noip.com>.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%patch -P0 -p1
+%patch -P1 -p1
+%patch -P2 -p1
%{__mv} %{name}2.c %{name}.c
%build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/noip.git/commitdiff/0bd20e894a80d58a6d9e29cea7d6796e5b5a4d17
More information about the pld-cvs-commit
mailing list