From 4088dc82f1531534abc39125835f781604fa0cf1 Mon Sep 17 00:00:00 2001 From: dongbohe Date: Thu, 5 May 2022 20:21:35 +0800 Subject: [PATCH] I55XQE: set build jdk to 18 --- openjdk-latest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openjdk-latest.spec b/openjdk-latest.spec index f39f390..f04a060 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 18 # 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 37 -%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} ) @@ -1754,6 +1754,9 @@ cjc.mainProgram(arg) %changelog +* Thu May 5 2022 noah - 1:18.0.0.37-1.rolling +- set build jdk to 18 + * Tue Apr 26 2022 noah - 1:18.0.0.37-0.0.ea.rolling - Update to jdk-18.0.0.0+37 - adjust rh1684077-openjdk_should_depend_on_pcsc-lite-libs_instead_of_pcsc-lite-devel.patch -- Gitee