[packages/openjdk15] Fix applying patches.

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


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

    Fix applying patches.

 openjdk15.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk15.spec b/openjdk15.spec
index 1f69f44..271583f 100644
--- a/openjdk15.spec
+++ b/openjdk15.spec
@@ -336,8 +336,8 @@ Przykłady dla OpenJDK.
 %prep
 %setup -qn jdk15u-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/openjdk15.git/commitdiff/47a0f2a98f73d6948a87aa0bd2e1b4e40f0dbe60



More information about the pld-cvs-commit mailing list