From 9a1cab761cca0bae93f6d540c81d43fe72b7a756 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Fri, 12 Jul 2024 19:34:40 +0100 Subject: [PATCH] Actually require tzdata 2024a now it is available in the buildroot Related: RHEL-30937 --- java-1.8.0-openjdk.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 1d6b82a..a832c31 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -1270,8 +1270,7 @@ Requires: ca-certificates # Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros Requires: javapackages-filesystem # 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} @@ -1688,8 +1687,7 @@ BuildRequires: libffi 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 @@ -2943,6 +2941,7 @@ cjc.mainProgram(args) - Rebase PR2462 patch following patched hunk being removed by JDK-8322106 - Switch to GA mode. - Sync the copy of the portable specfile with the latest update +- Actually require tzdata 2024a now it is available in the buildroot - ** This tarball is embargoed until 2024-07-16 @ 1pm PT. ** - Resolves: RHEL-46858 - Resolves: RHEL-47013