Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Related: RHEL-139525
This commit is contained in:
parent
c062046095
commit
bc856a6442
@ -315,7 +315,7 @@
|
|||||||
# New Version-String scheme-style defines
|
# New Version-String scheme-style defines
|
||||||
%global featurever 17
|
%global featurever 17
|
||||||
%global interimver 0
|
%global interimver 0
|
||||||
%global updatever 17
|
%global updatever 18
|
||||||
%global patchver 0
|
%global patchver 0
|
||||||
# buildjdkver is usually same as %%{featurever},
|
# buildjdkver is usually same as %%{featurever},
|
||||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||||
@ -379,7 +379,7 @@
|
|||||||
%global origin_nice OpenJDK
|
%global origin_nice OpenJDK
|
||||||
%global top_level_dir_name %{vcstag}
|
%global top_level_dir_name %{vcstag}
|
||||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||||
%global buildver 10
|
%global buildver 7
|
||||||
%global rpmrelease 1
|
%global rpmrelease 1
|
||||||
#%%global tagsuffix %%{nil}
|
#%%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
|
# 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
|
||||||
@ -399,7 +399,7 @@
|
|||||||
# Release will be (where N is usually a number starting at 1):
|
# Release will be (where N is usually a number starting at 1):
|
||||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||||
# - N%%{?extraver}{?dist} for GA releases
|
# - N%%{?extraver}{?dist} for GA releases
|
||||||
%global is_ga 1
|
%global is_ga 0
|
||||||
%if %{is_ga}
|
%if %{is_ga}
|
||||||
%global build_type GA
|
%global build_type GA
|
||||||
%global ea_designator ""
|
%global ea_designator ""
|
||||||
@ -762,7 +762,7 @@ Provides: bundled(lcms2) = 2.17.0
|
|||||||
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
# Version in src/java.desktop/share/native/libjavajpeg/jpeglib.h
|
||||||
Provides: bundled(libjpeg) = 6b
|
Provides: bundled(libjpeg) = 6b
|
||||||
# Version in src/java.desktop/share/native/libsplashscreen/libpng/png.h
|
# 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
|
# Version in src/java.base/share/native/libzip/zlib/zlib.h
|
||||||
Provides: bundled(zlib) = 1.3.1
|
Provides: bundled(zlib) = 1.3.1
|
||||||
# We link statically against libstdc++ to increase portability
|
# We link statically against libstdc++ to increase portability
|
||||||
@ -1832,6 +1832,19 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 13 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 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 <gnu.andrew@redhat.com> - 1:17.0.17.0.10-1
|
* Thu Oct 16 2025 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.17.0.10-1
|
||||||
- Update NEWS for jdk-17.0.17+10 (GA)
|
- Update NEWS for jdk-17.0.17+10 (GA)
|
||||||
- Move prior JDK-8309841 release note to appropriate section
|
- Move prior JDK-8309841 release note to appropriate section
|
||||||
|
|||||||
@ -2506,6 +2506,7 @@ cjc.mainProgram(args)
|
|||||||
- Set is_ga to 0
|
- Set is_ga to 0
|
||||||
- Update sources to openjdk-17.0.18+7-ea.tar.xz
|
- Update sources to openjdk-17.0.18+7-ea.tar.xz
|
||||||
- Set bundled libpng version to 1.6.51
|
- 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 <fitzsim@redhat.com> - 1:17.0.17.0.10-1
|
* Thu Oct 16 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.17.0.10-1
|
||||||
- Update to jdk-17.0.17+10 (GA)
|
- Update to jdk-17.0.17+10 (GA)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user