!26 Update to jdk-16.0.2+7

From: @jvmboy
Reviewed-by: @jiangfeilong1003
Signed-off-by: @jiangfeilong1003
This commit is contained in:
openeuler-ci-bot 2021-09-10 01:14:44 +00:00 committed by Gitee
commit d3b12e298a
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
# GA'ed in March 2021 => 21.3
%global vendor_version_string 21.3
%global securityver 1
%global securityver 2
# 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
@ -167,8 +167,8 @@
%global origin_nice OpenJDK
%global top_level_dir_name %{origin}
%global minorver 0
%global buildver 9
%global rpmrelease 2
%global buildver 7
%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
%if %is_system_jdk
%global priority %( printf '%02d%02d%02d%02d' %{majorver} %{minorver} %{securityver} %{buildver} )
@ -1738,6 +1738,9 @@ require "copy_jdk_configs.lua"
%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
- delete build log and bootstrap_build to reduce build time