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

Related: RHEL-30925
This commit is contained in:
Andrew Hughes 2024-07-12 19:34:40 +01:00
parent 7b1fd6094b
commit ded0a85001

View File

@ -1150,8 +1150,7 @@ Requires: ca-certificates
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ # Require javapackages-filesystem for ownership of /usr/lib/jvm/
Requires: javapackages-filesystem Requires: javapackages-filesystem
# 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}
@ -1585,8 +1584,7 @@ BuildRequires: java-1.%{majorver}.0-openjdk-portable-misc = %{epoch}:%{pversion}
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
@ -2688,6 +2686,7 @@ cjc.mainProgram(args)
- Rebase PR2462 patch following patched hunk being removed by JDK-8322106 - Rebase PR2462 patch following patched hunk being removed by JDK-8322106
- Switch to GA mode. - Switch to GA mode.
- Sync the copy of the portable specfile with the latest update - Sync the copy of the portable specfile with the latest update
- Actually require tzdata 2024a now it is available in the buildroot
- ** This tarball is embargoed until 2024-07-16 @ 1pm PT. ** - ** This tarball is embargoed until 2024-07-16 @ 1pm PT. **
- Resolves: RHEL-46867 - Resolves: RHEL-46867
- Resolves: RHEL-47002 - Resolves: RHEL-47002