[packages/openjdk19] Fix applying patches.

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


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

    Fix applying patches.

 openjdk19.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk19.spec b/openjdk19.spec
index f185faf..bfdf669 100644
--- a/openjdk19.spec
+++ b/openjdk19.spec
@@ -342,8 +342,8 @@ Przykłady dla OpenJDK.
 %prep
 %setup -qn jdk19u-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/openjdk19.git/commitdiff/f988227abd0c827891b623a96a5330f2d042e26c



More information about the pld-cvs-commit mailing list