From 25ffac272bda7350ddfc410c9c49c941c9f0ec08 Mon Sep 17 00:00:00 2001 From: Thomas Fitzsimmons Date: Wed, 9 Oct 2024 10:21:34 -0400 Subject: [PATCH] Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry - Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry - Related: RHEL-58785 --- java-17-openjdk.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/java-17-openjdk.spec b/java-17-openjdk.spec index c879f1a..e5a2246 100644 --- a/java-17-openjdk.spec +++ b/java-17-openjdk.spec @@ -383,7 +383,7 @@ %global top_level_dir_name_backup %{top_level_dir_name}-backup %global buildver 11 # rpmrelease numbering must start at 2 to be later than the 9.0 RPM -%global rpmrelease 2 +%global rpmrelease 3 # Settings used by the portable build %global portablerelease 1 # Portable suffix differs between RHEL and CentOS @@ -2496,14 +2496,18 @@ cjc.mainProgram(args) %endif %changelog -* Tue Oct 8 2024 Thomas Fitzsimmons - 1:17.0.13.0.11-0.2.ea +* Wed Oct 9 2024 Thomas Fitzsimmons - 1:17.0.13.0.11-3 +- Correct version suffix in "Update to jdk-17.0.13+11 (GA)" changelog entry +- Related: RHEL-58785 + +* Tue Oct 8 2024 Thomas Fitzsimmons - 1:17.0.13.0.11-2 - Update to jdk-17.0.13+11 (GA) - Update .gitignore to ignore openjdk-17.0.13+11.tar.xz - Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Set buildver to 11 - Set is_ga to 1 - Update sources to openjdk-17.0.13+11.tar.xz -- Related: RHEL-58785 +- Resolves: RHEL-58785 - ** This tarball is embargoed until 2024-10-15 @ 1pm PT. ** * Fri Oct 4 2024 Andrew Hughes - 1:17.0.13.0.10-0.2.ea