diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 0276a03..4bfb3cb 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 @@ -2493,6 +2491,7 @@ require "copy_jdk_configs.lua" - 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) * Wed Apr 10 2024 Thomas Fitzsimmons - 1:17.0.11.0.9-2 - Update to jdk-17.0.11+9 (GA)