Actually require tzdata 2024a now it is available in the buildroot

Related: RHEL-30947
This commit is contained in:
Andrew Hughes 2024-09-20 23:42:14 +01:00
parent 42aa82f6d9
commit 6fc84e43ba

View File

@ -1150,8 +1150,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}
@ -1473,8 +1472,7 @@ BuildRequires: %{pkgnameroot}-misc = %{epoch}:%{version}-%{prelease}.%{portables
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
@ -2523,6 +2521,7 @@ cjc.mainProgram(args)
- Update to jdk-21.0.4+5 (EA) - Update to jdk-21.0.4+5 (EA)
- Update release notes to 21.0.4+5 - Update release notes to 21.0.4+5
- Limit Java only tests to one architecture using jdk_test_arch - Limit Java only tests to one architecture using jdk_test_arch
- Actually require tzdata 2024a now it is available in the buildroot
- Resolves: RHEL-45355 - Resolves: RHEL-45355
- Resolves: RHEL-47395 - Resolves: RHEL-47395