[packages/oracle-instantclient] Fix applying patches.
arekm
arekm at pld-linux.org
Tue Jul 15 01:47:48 CEST 2025
commit f68e39e7dc6fc1daa089a2b81a36973ccaa6955d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 01:47:32 2025 +0200
Fix applying patches.
oracle-instantclient.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/oracle-instantclient.spec b/oracle-instantclient.spec
index 92d920b..d3eb7eb 100644
--- a/oracle-instantclient.spec
+++ b/oracle-instantclient.spec
@@ -261,11 +261,11 @@ Pakiet PRECOMP Instant Client (IC) zawiera następujące komponenty:
%define __unzip unzip -n
%ifarch %{ix86}
%setup -qcT -b 0 -b 1 -b 2 -b 3 -b 4 -b 5 -b 6 -b 7
-%patch0 -p1
+%patch -P0 -p1
%endif
%ifarch %{x8664}
%setup -qcT -b 10 -b 11 -b 12 -b 13 -b 14 -b 15 -b 16 -b 17
-%patch1 -p1
+%patch -P1 -p1
%endif
mv instantclient_*/* .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/oracle-instantclient.git/commitdiff/f68e39e7dc6fc1daa089a2b81a36973ccaa6955d
More information about the pld-cvs-commit
mailing list