Require tzdata-java 2024a at runtime and for build (JDK-8325150)

- Require tzdata-java 2024a at runtime and for build (JDK-8325150)
- Related: RHEL-46639
This commit is contained in:
Thomas Fitzsimmons 2024-07-08 17:23:18 -04:00
parent fc9f9060ea
commit d6002ddd55

View File

@ -1125,8 +1125,7 @@ Requires: ca-certificates
Requires: javapackages-filesystem Requires: javapackages-filesystem
# Require zone-info data provided by tzdata-java sub-package # Require zone-info data provided by tzdata-java sub-package
# 2024a required as of JDK-8325150 # 2024a required as of JDK-8325150
# Use 2023d until 2024a is in the buildroot Requires: tzdata-java >= 2024a
Requires: tzdata-java >= 2023d
# for support of kernel stream control # for support of kernel stream control
# libsctp.so.1 is being `dlopen`ed on demand # libsctp.so.1 is being `dlopen`ed on demand
Requires: lksctp-tools%{?_isa} Requires: lksctp-tools%{?_isa}
@ -1457,8 +1456,7 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{
BuildRequires: libffi-devel BuildRequires: libffi-devel
%endif %endif
# 2024a required as of JDK-8325150 # 2024a required as of JDK-8325150
# Use 2023d until 2024a is in the buildroot BuildRequires: tzdata-java >= 2024a
BuildRequires: tzdata-java >= 2023d
# Earlier versions have a bug in tree vectorization on PPC # Earlier versions have a bug in tree vectorization on PPC
BuildRequires: gcc >= 4.8.3-8 BuildRequires: gcc >= 4.8.3-8
@ -2493,6 +2491,7 @@ require "copy_jdk_configs.lua"
- Set rpmrelease to 1 - Set rpmrelease to 1
- Set is_ga to 0 - Set is_ga to 0
- Update sources to openjdk-17.0.12+6-ea.tar.xz - 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 <fitzsim@redhat.com> - 1:17.0.11.0.9-2 * Wed Apr 10 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.11.0.9-2
- Update to jdk-17.0.11+9 (GA) - Update to jdk-17.0.11+9 (GA)