From c1a13b73ddba7023ec6eb0ef6b36f2a64c0213ac Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Mon, 13 Jul 2026 19:26:52 -0400 Subject: [PATCH] Set tzdata requires and build requires to 2026b - Set tzdata requires and build requires to 2026b - Related: RHEL-188876 --- java-17-openjdk.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index 1875af7..1d15bf0 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -1125,8 +1125,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 -# 2026a required as of JDK-8379035 -Requires: tzdata-java >= 2026a +# 2026b required as of JDK-8383175 +Requires: tzdata-java >= 2026b # for support of kernel stream control # libsctp.so.1 is being `dlopen`ed on demand Requires: lksctp-tools%{?_isa} @@ -1458,8 +1458,8 @@ BuildRequires: java-%{featurever}-openjdk-portable-misc = %{epoch}:%{version}-%{ %ifarch %{zero_arches} BuildRequires: libffi-devel %endif -# 2026a required as of JDK-8379035 -BuildRequires: tzdata-java >= 2026a +# 2026b required as of JDK-8383175 +BuildRequires: tzdata-java >= 2026b # Earlier versions have a bug in tree vectorization on PPC BuildRequires: gcc >= 4.8.3-8 @@ -2500,6 +2500,9 @@ cjc.mainProgram(args) %endif %changelog +* Mon Jul 13 2026 Thomas Fitzsimmons - 1:17.0.20.0.8-1.1 +- Set tzdata requires and build requires to 2026b + * Mon Jul 13 2026 Andrew Hughes - 1:17.0.20.0.8-1.1 - Specify portablerelease and rpmrelease (always 0 for portables) in the Release field (OPENJDK-4876)