Require tzdata-java 2025a at runtime and for build
- Require tzdata-java 2025a at runtime and for build - Related: RHEL-86627
This commit is contained in:
parent
8048d15e34
commit
25e39c16bc
@ -1135,8 +1135,8 @@ Requires: ca-certificates
|
|||||||
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros
|
# Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros
|
||||||
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
|
# 2025a required as of JDK-8347965
|
||||||
Requires: tzdata-java >= 2024a
|
Requires: tzdata-java >= 2025a
|
||||||
# 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}
|
||||||
@ -1466,8 +1466,8 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{
|
|||||||
%ifarch %{zero_arches}
|
%ifarch %{zero_arches}
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%endif
|
%endif
|
||||||
# 2024a required as of JDK-8325150
|
# 2025a required as of JDK-8347965
|
||||||
BuildRequires: tzdata-java >= 2024a
|
BuildRequires: tzdata-java >= 2025a
|
||||||
# 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
|
||||||
|
|
||||||
@ -2516,6 +2516,7 @@ cjc.mainProgram(args)
|
|||||||
- Update sources to openjdk-17.0.15+6.tar.xz
|
- Update sources to openjdk-17.0.15+6.tar.xz
|
||||||
- Set bundled freetype provide version to 2.13.2
|
- Set bundled freetype provide version to 2.13.2
|
||||||
- Set bundled harfbuzz provide version to 8.2.2
|
- Set bundled harfbuzz provide version to 8.2.2
|
||||||
|
- Require tzdata-java 2025a at runtime and for build
|
||||||
- Resolves: RHEL-86627
|
- Resolves: RHEL-86627
|
||||||
- ** This tarball is embargoed until 2025-04-15 @ 1pm PT. **
|
- ** This tarball is embargoed until 2025-04-15 @ 1pm PT. **
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user