Set buildjdk to 26

As it is used only in build from portables, its only impact should be
build of fresh libjvm
This commit is contained in:
Jiri Vanek 2026-03-25 10:09:05 +01:00
commit 20ec18a2e8

View file

@ -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}