diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 9c109e09e14f6672d8d65b4abb471ebd1bccda0f..0684b2febef489483a6032e3362ff9e93bfc9d21 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