From 497fc4287084d80bc658adaf89d4ca902f3e5063 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Sat, 27 Apr 2024 14:41:33 +0100 Subject: [PATCH] Fix tzdata requirement copy-and-paste error that led to two BuildRequires and no Requires Related: RHEL-30918 --- java-11-openjdk.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index 8ecf45d..214f387 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -378,7 +378,7 @@ %global top_level_dir_name %{origin} %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 8 -%global rpmrelease 2 +%global rpmrelease 3 # Settings used by the portable build %global portablerelease 1 %global portablerhel 8 @@ -1150,7 +1150,7 @@ Requires: ca-certificates # Require javapackages-filesystem for ownership of /usr/lib/jvm/ and macros Requires: javapackages-filesystem # 2023c required as of JDK-8305113 -BuildRequires: tzdata-java >= 2023c +Requires: tzdata-java >= 2023c # for support of kernel stream control # libsctp.so.1 is being `dlopen`ed on demand Requires: lksctp-tools%{?_isa} @@ -2493,6 +2493,10 @@ end %endif %changelog +* Thu Jul 20 2023 Andrew Hughes - 1:11.0.20.0.8-3 +- Fix tzdata requirement copy-and-paste error that led to two BuildRequires and no Requires +- Related: RHEL-30918 + * Fri Jul 14 2023 Andrew Hughes - 1:11.0.20.0.8-2 - Update to jdk-11.0.20.0+8 (GA) - Update release notes to 11.0.20.0+8