From 20ec18a2e85704c0328ff654229aedcceb05dd67 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Wed, 25 Mar 2026 10:09:05 +0100 Subject: [PATCH] Set buildjdk to 26 As it is used only in build from portables, its only impact should be build of fresh libjvm --- java-latest-openjdk-portable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-latest-openjdk-portable.spec b/java-latest-openjdk-portable.spec index 9d58f4c..383730f 100644 --- a/java-latest-openjdk-portable.spec +++ b/java-latest-openjdk-portable.spec @@ -411,7 +411,7 @@ exit 1 # buildjdkver is usually same as %%{featurever}, # but in time of bootstrap of next jdk, it is featurever-1, # and this it is better to change it here, on single place -%global buildjdkver 25 +%global buildjdkver 26 # We don't add any LTS designator for STS packages (Fedora and EPEL). # We need to explicitly exclude EPEL as it would have the %%{rhel} macro defined. %if 0%{?rhel} && !0%{?epel}