From 1434e0e499230c3a02d29cb15ff4cdb23f9b729f Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Mon, 8 Jul 2024 17:23:18 -0400 Subject: [PATCH] Require tzdata-java 2024a at runtime and for build (JDK-8325150) - Require tzdata-java 2024a at runtime and for build (JDK-8325150) - Related: RHEL-46635 --- java-17-openjdk.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 1918267..7c0f7ec 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -1125,8 +1125,7 @@ Requires: ca-certificates Requires: javapackages-filesystem # Require zone-info data provided by tzdata-java sub-package # 2024a required as of JDK-8325150 -# Use 2023d until 2024a is in the buildroot -Requires: tzdata-java >= 2023d +Requires: tzdata-java >= 2024a # for support of kernel stream control # libsctp.so.1 is being `dlopen`ed on demand Requires: lksctp-tools%{?_isa} @@ -1457,8 +1456,7 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{ BuildRequires: libffi-devel %endif # 2024a required as of JDK-8325150 -# Use 2023d until 2024a is in the buildroot -BuildRequires: tzdata-java >= 2023d +BuildRequires: tzdata-java >= 2024a # Earlier versions have a bug in tree vectorization on PPC BuildRequires: gcc >= 4.8.3-8 @@ -2494,6 +2492,7 @@ cjc.mainProgram(args) - Set rpmrelease to 1 - Set is_ga to 0 - Update sources to openjdk-17.0.12+6-ea.tar.xz +- Require tzdata-java 2024a at runtime and for build (JDK-8325150) * Thu Apr 11 2024 Thomas Fitzsimmons - 1:17.0.11.0.9-2 - Update to jdk-17.0.11+9 (GA)