From 3b7a64c61cead018d2cdc9122121af4f73be0ac8 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Tue, 30 Aug 2022 04:44:18 +0100 Subject: [PATCH] Switch buildjdkver back to being featurever, now java-19-openjdk is available in the buildroot --- java-latest-openjdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index c36eed2..ca9061a 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-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 18 +%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} @@ -2681,6 +2681,9 @@ cjc.mainProgram(args) %endif %changelog +* Tue Aug 30 2022 Andrew Hughes - 1:19.0.0.0.36-2.rolling +- Switch buildjdkver back to being featurever, now java-19-openjdk is available in the buildroot + * Mon Aug 29 2022 Andrew Hughes - 1:19.0.0.0.36-2.rolling - Switch to static builds, reducing system dependencies and making build more portable