Require tzdata-java 2024b at runtime and for build

- Require tzdata-java 2024b at runtime and for build

Related: RHEL-73545
This commit is contained in:
Thomas Fitzsimmons 2025-01-14 17:07:07 -05:00
parent 711a6d319b
commit 9250a4d8f6

View File

@ -1127,7 +1127,7 @@ Requires: ca-certificates
Requires: javapackages-filesystem
# Require zone-info data provided by tzdata-java sub-package
# 2024a required as of JDK-8325150
Requires: tzdata-java >= 2024a
Requires: tzdata-java >= 2024b
# for support of kernel stream control
# libsctp.so.1 is being `dlopen`ed on demand
Requires: lksctp-tools%{?_isa}
@ -1458,7 +1458,7 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{
BuildRequires: libffi-devel
%endif
# 2024a required as of JDK-8325150
BuildRequires: tzdata-java >= 2024a
BuildRequires: tzdata-java >= 2024b
# Earlier versions have a bug in tree vectorization on PPC
BuildRequires: gcc >= 4.8.3-8
@ -2504,6 +2504,7 @@ require "copy_jdk_configs.lua"
- Set buildver to 7
- Set is_ga to 1
- Update sources to openjdk-17.0.14+7.tar.xz
- Require tzdata-java 2024b at runtime and for build
- Resolves: RHEL-73545
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **