Bump tzdata requirement to 2024b for JDK-8339637
Resolves: RHEL-74005
This commit is contained in:
parent
441dadf04c
commit
e538b9d8a2
@ -1052,8 +1052,8 @@ Requires: ca-certificates
|
||||
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros
|
||||
Requires: javapackages-filesystem
|
||||
# Require zone-info data provided by tzdata-java sub-package
|
||||
# 2024a required as of JDK-8325150
|
||||
Requires: tzdata-java >= 2024a
|
||||
# 2024b required as of JDK-8339637
|
||||
Requires: tzdata-java >= 2024b
|
||||
# for support of kernel stream control
|
||||
# libsctp.so.1 is being `dlopen`ed on demand
|
||||
Requires: lksctp-tools%{?_isa}
|
||||
@ -1393,8 +1393,8 @@ BuildRequires: %{pkgnameroot}-misc = %{epoch}:%{version}-%{prelease}.%{portables
|
||||
%ifarch %{zero_arches}
|
||||
BuildRequires: libffi-devel
|
||||
%endif
|
||||
# 2024a required as of JDK-8325150
|
||||
BuildRequires: tzdata-java >= 2024a
|
||||
# 2024b required as of JDK-8339637
|
||||
BuildRequires: tzdata-java >= 2024b
|
||||
# Earlier versions have a bug in tree vectorization on PPC
|
||||
BuildRequires: gcc >= 4.8.3-8
|
||||
|
||||
@ -2457,8 +2457,10 @@ exit 0
|
||||
- Sync the copy of the portable & devkit specfiles with the latest update
|
||||
- Include the latest devkit patches
|
||||
- Update README.md to list an easier way of disabling the devkit
|
||||
- Bump tzdata requirement to 2024b for JDK-8339637
|
||||
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
|
||||
- Resolves: RHEL-73565
|
||||
- Resolves: RHEL-74005
|
||||
|
||||
* Thu Feb 06 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.5.0.11-6
|
||||
- Transition to the devkit build by not defining pkgos
|
||||
|
Loading…
Reference in New Issue
Block a user