From 33687bb80aa58589de5348654b900b6991fa6833 Mon Sep 17 00:00:00 2001 From: DXwangg Date: Wed, 2 Nov 2022 10:51:54 +0800 Subject: [PATCH] I5YZIE:set build jdk to 19 --- openjdk-latest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjdk-latest.spec b/openjdk-latest.spec index 37765fc..6f4b281 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 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 - 1:19.0.0.36-1.rolling +- set build jdk to 19 + * Thu Oct 27 2022 DXwangg -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 -- Gitee