[packages/openjdk14] Fix applying patches.

arekm arekm at pld-linux.org
Tue Jul 15 01:44:48 CEST 2025


commit d6eb1525dcea23817de7343681ac72e35ebb0a83
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 01:44:32 2025 +0200

    Fix applying patches.

 openjdk14.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk14.spec b/openjdk14.spec
index 375e858..71c5f5b 100644
--- a/openjdk14.spec
+++ b/openjdk14.spec
@@ -334,8 +334,8 @@ Przykłady dla OpenJDK.
 %prep
 %setup -qn jdk14u-jdk-%{version}-ga
 
-%patch0 -p1
-%patch1 -p1
+%patch -P0 -p1
+%patch -P1 -p1
 
 %build
 # Make sure we have /proc mounted - otherwise idlc will fail later.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk14.git/commitdiff/d6eb1525dcea23817de7343681ac72e35ebb0a83



More information about the pld-cvs-commit mailing list