From e538b9d8a254beafedad3ea218136987fb2b0319 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 8 Feb 2025 17:56:17 +0000 Subject: [PATCH] Bump tzdata requirement to 2024b for JDK-8339637 Resolves: RHEL-74005 --- java-21-openjdk.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index f4cf37a..464a748 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -1052,8 +1052,8 @@ Requires: ca-certificates # Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros Requires: javapackages-filesystem # Require zone-info data provided by tzdata-java sub-package -# 2024a required as of JDK-8325150 -Requires: tzdata-java >= 2024a +# 2024b required as of JDK-8339637 +Requires: tzdata-java >= 2024b # for support of kernel stream control # libsctp.so.1 is being `dlopen`ed on demand Requires: lksctp-tools%{?_isa} @@ -1393,8 +1393,8 @@ BuildRequires: %{pkgnameroot}-misc = %{epoch}:%{version}-%{prelease}.%{portables %ifarch %{zero_arches} BuildRequires: libffi-devel %endif -# 2024a required as of JDK-8325150 -BuildRequires: tzdata-java >= 2024a +# 2024b required as of JDK-8339637 +BuildRequires: tzdata-java >= 2024b # Earlier versions have a bug in tree vectorization on PPC BuildRequires: gcc >= 4.8.3-8 @@ -2457,8 +2457,10 @@ exit 0 - Sync the copy of the portable & devkit specfiles with the latest update - Include the latest devkit patches - Update README.md to list an easier way of disabling the devkit +- Bump tzdata requirement to 2024b for JDK-8339637 - ** This tarball is embargoed until 2025-01-21 @ 1pm PT. ** - Resolves: RHEL-73565 +- Resolves: RHEL-74005 * Thu Feb 06 2025 Andrew Hughes - 1:21.0.5.0.11-6 - Transition to the devkit build by not defining pkgos