[packages/netcf] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:33:05 CEST 2025
commit a739227b9910238b1e7fe8054bd9f03e5fe35800
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:32:50 2025 +0200
Fix applying patches.
netcf.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/netcf.spec b/netcf.spec
index 02c403f..4440e99 100644
--- a/netcf.spec
+++ b/netcf.spec
@@ -71,8 +71,8 @@ Ten pakiet zawiera statyczną bibliotekę netcf.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1 -b .orig
+%patch -P0 -p1
+%patch -P1 -p1 -b .orig
%build
%{__libtoolize}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/netcf.git/commitdiff/a739227b9910238b1e7fe8054bd9f03e5fe35800
More information about the pld-cvs-commit
mailing list