From c2f15253a736e3287b3706c76374921df8fb54ae Mon Sep 17 00:00:00 2001 From: eabdullin Date: Fri, 23 Jan 2026 06:25:40 +0000 Subject: [PATCH] import UBI java-17-openjdk-17.0.18.0.8-1.el9 --- .gitignore | 2 +- .java-17-openjdk.metadata | 2 +- SOURCES/java-17-openjdk-portable.specfile | 28 ++++++++++++++++++++--- SPECS/java-17-openjdk.spec | 25 +++++++++++++++++--- 4 files changed, 49 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index f5cb72b..ebe3a81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/openjdk-17.0.17+10.tar.xz +SOURCES/openjdk-17.0.18+8.tar.xz SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz diff --git a/.java-17-openjdk.metadata b/.java-17-openjdk.metadata index 40035f9..03fdec4 100644 --- a/.java-17-openjdk.metadata +++ b/.java-17-openjdk.metadata @@ -1,2 +1,2 @@ -cf7ab0631637d3cd06f7365725b61e242dff400a SOURCES/openjdk-17.0.17+10.tar.xz +42959b06cbb8f537c9c4a6fca941685937df4d45 SOURCES/openjdk-17.0.18+8.tar.xz c8281ee37b77d535c9c1af86609a531958ff7b34 SOURCES/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz diff --git a/SOURCES/java-17-openjdk-portable.specfile b/SOURCES/java-17-openjdk-portable.specfile index ecdfb7c..921dd75 100644 --- a/SOURCES/java-17-openjdk-portable.specfile +++ b/SOURCES/java-17-openjdk-portable.specfile @@ -315,7 +315,7 @@ # New Version-String scheme-style defines %global featurever 17 %global interimver 0 -%global updatever 17 +%global updatever 18 %global patchver 0 # buildjdkver is usually same as %%{featurever}, # but in time of bootstrap of next jdk, it is featurever-1, @@ -379,7 +379,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 10 +%global buildver 8 %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 @@ -762,7 +762,7 @@ Provides: bundled(lcms2) = 2.17.0 # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h Provides: bundled(libjpeg) = 6b # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h -Provides: bundled(libpng) = 1.6.47 +Provides: bundled(libpng) = 1.6.51 # Version in src/java.base/share/native/libzip/zlib/zlib.h Provides: bundled(zlib) = 1.3.1 # We link statically against libstdc++ to increase portability @@ -1832,6 +1832,28 @@ done %endif %changelog +* Fri Jan 16 2026 Thomas Fitzsimmons - 1:17.0.18.0.8-1 +- Update to jdk-17.0.18+8 (GA) +- Add to .gitignore openjdk-17.0.18+8.tar.xz +- Set buildver to 8 +- Set is_ga to 1 +- Update sources to openjdk-17.0.18+8.tar.xz +- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. ** +- Update NEWS for jdk-17.0.18+8 (GA) + +* Tue Jan 13 2026 Thomas Fitzsimmons - 1:17.0.18.0.7-0.1.ea +- Update to jdk-17.0.18+7 (EA) +- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz +- Set updatever to 18 +- Set buildver to 7 +- Set is_ga to 0 +- Update sources to openjdk-17.0.18+7-ea.tar.xz +- Set bundled libpng version to 1.6.51 +- Adjust attributes in nss.fips.cfg.in in fips-17u-df4c415ac9a.patch +- Related: OPENJDK-4013 +- Related: RHEL-122136 +- Update NEWS for jdk-17.0.18+7 (EA) + * Thu Oct 16 2025 Andrew Hughes - 1:17.0.17.0.10-1 - Update NEWS for jdk-17.0.17+10 (GA) - Move prior JDK-8309841 release note to appropriate section diff --git a/SPECS/java-17-openjdk.spec b/SPECS/java-17-openjdk.spec index 66972f7..a7837cc 100644 --- a/SPECS/java-17-openjdk.spec +++ b/SPECS/java-17-openjdk.spec @@ -328,7 +328,7 @@ # New Version-String scheme-style defines %global featurever 17 %global interimver 0 -%global updatever 17 +%global updatever 18 %global patchver 0 # buildjdkver is usually same as %%{featurever}, # but in time of bootstrap of next jdk, it is featurever-1, @@ -383,7 +383,7 @@ %global origin_nice OpenJDK %global top_level_dir_name %{vcstag} %global top_level_dir_name_backup %{top_level_dir_name}-backup -%global buildver 10 +%global buildver 8 %global rpmrelease 1 # Settings used by the portable build %global portablerelease 1 @@ -1498,7 +1498,7 @@ Provides: bundled(lcms2) = 2.17.0 # Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h Provides: bundled(libjpeg) = 6b # Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h -Provides: bundled(libpng) = 1.6.47 +Provides: bundled(libpng) = 1.6.51 # Version in src/java.base/share/native/libzip/zlib/zlib.h Provides: bundled(zlib) = 1.3.1 %endif @@ -2510,6 +2510,25 @@ cjc.mainProgram(args) %endif %changelog +* Fri Jan 16 2026 Thomas Fitzsimmons - 1:17.0.18.0.8-1 +- Update to jdk-17.0.18+8 (GA) +- Add to .gitignore openjdk-17.0.18+8.tar.xz +- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 +- Set buildver to 8 +- Set is_ga to 1 +- Update sources to openjdk-17.0.18+8.tar.xz +- ** This tarball is embargoed until 2026-01-20 @ 1pm PT. ** + +* Thu Jan 15 2026 Thomas Fitzsimmons - 1:17.0.18.0.7-0.1.ea +- Update to jdk-17.0.18+7 (EA) +- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz +- Set updatever to 18 +- Set buildver to 7 +- Set is_ga to 0 +- Update sources to openjdk-17.0.18+7-ea.tar.xz +- Set bundled libpng version to 1.6.51 +- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 + * Thu Oct 16 2025 Thomas Fitzsimmons - 1:17.0.17.0.10-1 - Update to jdk-17.0.17+10 (GA) - Add to .gitignore openjdk-17.0.17+10.tar.xz