Update to jdk-17.0.18+8 (GA)
- 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 - Resolves: RHEL-139525 - ** This tarball is embargoed until 2026-01-20 @ 1pm PT. **
This commit is contained in:
parent
bc856a6442
commit
e282a6ceda
3
.gitignore
vendored
3
.gitignore
vendored
@ -78,4 +78,5 @@
|
|||||||
/openjdk-17.0.16+8.tar.xz
|
/openjdk-17.0.16+8.tar.xz
|
||||||
/openjdk-17.0.17+7-ea.tar.xz
|
/openjdk-17.0.17+7-ea.tar.xz
|
||||||
/openjdk-17.0.17+10.tar.xz
|
/openjdk-17.0.17+10.tar.xz
|
||||||
/openjdk-17.0.18+7-ea.tar.xz
|
/openjdk-17.0.18+7-ea.tar.xz
|
||||||
|
/openjdk-17.0.18+8.tar.xz
|
||||||
@ -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 7
|
%global buildver 8
|
||||||
%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 0
|
%global is_ga 1
|
||||||
%if %{is_ga}
|
%if %{is_ga}
|
||||||
%global build_type GA
|
%global build_type GA
|
||||||
%global ea_designator ""
|
%global ea_designator ""
|
||||||
@ -1832,6 +1832,15 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 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 <fitzsim@redhat.com> - 1:17.0.18.0.7-0.1.ea
|
* 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)
|
- Update to jdk-17.0.18+7 (EA)
|
||||||
- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz
|
- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz
|
||||||
|
|||||||
@ -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 7
|
%global buildver 8
|
||||||
%global rpmrelease 1
|
%global rpmrelease 1
|
||||||
# Settings used by the portable build
|
# Settings used by the portable build
|
||||||
%global portablerelease 1
|
%global portablerelease 1
|
||||||
@ -403,7 +403,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 0
|
%global is_ga 1
|
||||||
%if %{is_ga}
|
%if %{is_ga}
|
||||||
%global build_type GA
|
%global build_type GA
|
||||||
%global ea_designator ""
|
%global ea_designator ""
|
||||||
@ -2498,6 +2498,15 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 16 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 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 <fitzsim@redhat.com> - 1:17.0.18.0.7-0.1.ea
|
* Thu Jan 15 2026 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.18.0.7-0.1.ea
|
||||||
- Update to jdk-17.0.18+7 (EA)
|
- Update to jdk-17.0.18+7 (EA)
|
||||||
- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz
|
- Add to .gitignore openjdk-17.0.18+7-ea.tar.xz
|
||||||
|
|||||||
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||||
SHA512 (openjdk-17.0.18+7-ea.tar.xz) = 6efae204cc6e4195bf977356b094697a3b672a7b449bf8f67d962c25659f4c326dbc5abc9acffe725b6bf8245c18a6ad8ec6075b1318344152930482ec978cf9
|
SHA512 (openjdk-17.0.18+8.tar.xz) = 71b499f76b4ec42836a45a102f202fb5384c3bfb440d94afad004d4c8e9346298f5c557f16c409a27e6d347930eeae838e43d94c226c5938da008e7ee98db0ff
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user