I49FBR: Update to jdk-16.0.2+7

This commit is contained in:
noah 2021-09-09 19:21:05 +08:00
parent 43971e4df5
commit 0bb87d5fe0
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -152,7 +152,7 @@
# Used via new version scheme. JDK 16 was # Used via new version scheme. JDK 16 was
# GA'ed in March 2021 => 21.3 # GA'ed in March 2021 => 21.3
%global vendor_version_string 21.3 %global vendor_version_string 21.3
%global securityver 1 %global securityver 2
# buildjdkver is usually same as %%{majorver}, # buildjdkver is usually same as %%{majorver},
# but in time of bootstrap of next jdk, it is majorver-1, # but in time of bootstrap of next jdk, it is majorver-1,
# and this it is better to change it here, on single place # and this it is better to change it here, on single place
@ -167,8 +167,8 @@
%global origin_nice OpenJDK %global origin_nice OpenJDK
%global top_level_dir_name %{origin} %global top_level_dir_name %{origin}
%global minorver 0 %global minorver 0
%global buildver 9 %global buildver 7
%global rpmrelease 2 %global rpmrelease 0
# 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 # 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 %if %is_system_jdk
%global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} ) %global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} )
@ -1738,6 +1738,9 @@ require "copy_jdk_configs.lua"
%changelog %changelog
* Tuh Sep 9 2021 noah <hedongbo@huawei.com> - 1:16.0.2.7-0.rolling
- Update to jdk-16.0.2+7
* Thu Jul 8 2021 noah <hedongbo@huawei.com> - 1:16.0.1.9-2.rolling * Thu Jul 8 2021 noah <hedongbo@huawei.com> - 1:16.0.1.9-2.rolling
- delete build log and bootstrap_build to reduce build time - delete build log and bootstrap_build to reduce build time