diff --git a/java-21-openjdk-portable.specfile b/java-21-openjdk-portable.specfile index 9beb605..1c11ea8 100644 --- a/java-21-openjdk-portable.specfile +++ b/java-21-openjdk-portable.specfile @@ -393,7 +393,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 8 +%global buildver 9 %global rpmrelease 1 #%%global tagsuffix %%{nil} # Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit @@ -413,7 +413,7 @@ # Release will be (where N is usually a number starting at 1): # - 0.N%%{?extraver}%%{?dist} for EA releases, # - N%%{?extraver}{?dist} for GA releases -%global is_ga 0 +%global is_ga 1 %if %{is_ga} %global build_type GA %global ea_designator "" @@ -1939,6 +1939,12 @@ done %endif %changelog +* Thu Jul 10 2025 Andrew Hughes - 1:21.0.8.0.9-1.1 +- Update to jdk-21.0.8+9 (GA) +- Update release notes to 21.0.8+9 +- Switch to GA mode +- ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** + * Thu Jul 10 2025 Andrew Hughes - 1:21.0.8.0.8-0.1.ea - Update to jdk-21.0.8+8 (EA) - Update release notes to 21.0.8+8 diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index 8d9c6cf..f4fa71b 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2567,6 +2567,7 @@ cjc.mainProgram(args) - Update to jdk-21.0.8+9 (GA) - Update release notes to 21.0.8+9 - Switch to GA mode +- Sync the copy of the portable specfile with the latest update - ** This tarball is embargoed until 2025-07-15 @ 1pm PT. ** - Resolves: RHEL-102289