From e2bec4db931d07fcc3be441ec0196387ed024846 Mon Sep 17 00:00:00 2001 From: noah Date: Wed, 8 Dec 2021 09:35:49 +0800 Subject: [PATCH] Use jdk16 as bootjdk temporarily --- openjdk-latest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 9c109e0..0684b2f 100644 --- a/openjdk-latest.spec +++ b/openjdk-latest.spec @@ -159,7 +159,7 @@ # buildjdkver is usually same as %%{majorver}, # but in time of bootstrap of next jdk, it is majorver-1, # and this it is better to change it here, on single place -%global buildjdkver 17 +%global buildjdkver 16 # We don't add any LTS designator for STS packages (this package). # Neither for Fedora nor EPEL which would have %%{rhel} macro defined. %global lts_designator "" @@ -171,7 +171,7 @@ %global top_level_dir_name %{origin} %global minorver 0 %global buildver 12 -%global rpmrelease 0 +%global rpmrelease 1 # 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 %global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} ) @@ -1732,6 +1732,9 @@ require "copy_jdk_configs.lua" %changelog +* Wen Dec 8 2021 noah - 1:17.0.1.12-1-rolling +- Use jdk16 as bootjdk temporarily + * Fri Nov 12 2021 noah - 1:17.0.1.12-0-rolling - Update to jdk-17.0.1+12 -- Gitee