From 33892812e745b88ad1f5c9fb1e7cc1bf57f90640 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Fri, 12 Jul 2024 20:38:15 +0100 Subject: [PATCH] Actually require tzdata 2024a now it is available in the buildroot Related: RHEL-30943 --- java-21-openjdk.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 2cc1e4f..15bc61b 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -1148,8 +1148,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} @@ -1471,8 +1470,7 @@ BuildRequires: %{pkgnameroot}-misc = %{epoch}:%{version}-%{prelease}.%{portables 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 @@ -2520,6 +2518,7 @@ require "copy_jdk_configs.lua" - Update to jdk-21.0.4+5 (EA) - Update release notes to 21.0.4+5 - Limit Java only tests to one architecture using jdk_test_arch +- Actually require tzdata 2024a now it is available in the buildroot - Resolves: RHEL-45358 - Resolves: RHEL-47398