From 680894ef34728f215fff04a51cd883fc16d676a4 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Thu, 14 Mar 2024 16:11:49 -0400 Subject: [PATCH] Update buildjdkver to match the featurever - Related: RHEL-30941 --- java-17-openjdk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index b7b6fc5..b027277 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -327,7 +327,7 @@ # buildjdkver is usually same as %%{featurever}, # but in time of bootstrap of next jdk, it is featurever-1, # and this it is better to change it here, on single place -%global buildjdkver 17 +%global buildjdkver %{featurever} # 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} @@ -2476,6 +2476,7 @@ cjc.mainProgram(args) %changelog * Thu Mar 28 2024 Thomas Fitzsimmons - 1:17.0.11.0.7-0.2.ea - Update to jdk-17.0.11+7 (EA) +- Update buildjdkver to match the featurever - Related: RHEL-30941 * Thu Jan 11 2024 Andrew Hughes - 1:17.0.10.0.7-1