!113 set build jdk to 19
From: @DXwangg Reviewed-by: @kuenking111 Signed-off-by: @kuenking111
This commit is contained in:
commit
8879f803e3
@ -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 18
|
||||
%global buildjdkver 19
|
||||
# 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}
|
||||
@ -176,7 +176,7 @@
|
||||
%global top_level_dir_name %{origin}
|
||||
%global minorver 0
|
||||
%global buildver 36
|
||||
%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} )
|
||||
@ -1752,6 +1752,9 @@ cjc.mainProgram(arg)
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 2 2022 DXwangg <wangjiawei80@huawei.com> - 1:19.0.0.36-1.rolling
|
||||
- set build jdk to 19
|
||||
|
||||
* Thu Oct 27 2022 DXwangg <wangjiawei80@huawei.com> -1:19.0.0.36-0.0.ea.rolling
|
||||
- Update to jdk-19.0.0.0+36
|
||||
- Remove references to sample directory removed by JDK-8284999
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user