From b6281fa0447ca42b71c0e3802f1b2cd806d32d9a Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 17 Feb 2024 12:18:12 +0100 Subject: [PATCH] bumped build jdk to 22 --- java-latest-openjdk-portable.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-latest-openjdk-portable.spec b/java-latest-openjdk-portable.spec index 4b63638..a7363cd 100644 --- a/java-latest-openjdk-portable.spec +++ b/java-latest-openjdk-portable.spec @@ -338,7 +338,7 @@ # 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 21 +%global buildjdkver 22 # 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} @@ -398,7 +398,7 @@ %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 36 -%global rpmrelease 1 +%global rpmrelease 2 #%%global tagsuffix %%{nil} # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit %if %is_system_jdk @@ -1780,6 +1780,9 @@ done %endif %changelog +* Fri Feb 16 2024 Jiri Vanek - 1:22.0.0.0.36-2.rolling +- bumped build jdk to 22 + * Fri Feb 16 2024 Jiri Vanek - 1:22.0.0.0.36-1.rolling - updated to 22+36 - tmp comment out of ea exit 17