Update to jdk-17.0.14+7 (GA)
- Update to jdk-17.0.14+7 (GA) - Add to .gitignore openjdk-17.0.14+7.tar.xz - Set buildver to 7 - Set is_ga to 1 - Update sources to openjdk-17.0.14+7.tar.xz - Resolves: RHEL-73981 - Resolves: RHEL-73559 - ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
This commit is contained in:
parent
e77f6108c9
commit
e4dfc42221
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@
|
|||||||
/openjdk-17.0.13+10-ea.tar.xz
|
/openjdk-17.0.13+10-ea.tar.xz
|
||||||
/openjdk-17.0.13+11.tar.xz
|
/openjdk-17.0.13+11.tar.xz
|
||||||
/openjdk-17.0.14+1-ea.tar.xz
|
/openjdk-17.0.14+1-ea.tar.xz
|
||||||
|
/openjdk-17.0.14+7.tar.xz
|
||||||
|
@ -383,7 +383,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 1
|
%global buildver 7
|
||||||
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
# rpmrelease numbering must start at 2 to be later than the 9.0 RPM
|
||||||
%global rpmrelease 2
|
%global rpmrelease 2
|
||||||
# Settings used by the portable build
|
# Settings used by the portable build
|
||||||
@ -413,7 +413,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 ""
|
||||||
@ -2508,6 +2508,16 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2025 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.14.0.7-2
|
||||||
|
- Update to jdk-17.0.14+7 (GA)
|
||||||
|
- Add to .gitignore openjdk-17.0.14+7.tar.xz
|
||||||
|
- Set buildver to 7
|
||||||
|
- Set is_ga to 1
|
||||||
|
- Update sources to openjdk-17.0.14+7.tar.xz
|
||||||
|
- Resolves: RHEL-73981
|
||||||
|
- Resolves: RHEL-73559
|
||||||
|
- ** This tarball is embargoed until 2025-01-21 @ 1pm PT. **
|
||||||
|
|
||||||
* Fri Nov 29 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.14.0.1-0.2.ea
|
* Fri Nov 29 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.14.0.1-0.2.ea
|
||||||
- Limit Java only tests to one architecture using jdk_test_arch
|
- Limit Java only tests to one architecture using jdk_test_arch
|
||||||
- OPENJDK-3185
|
- OPENJDK-3185
|
||||||
|
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.14+1-ea.tar.xz) = 811f96babab7cdf506013c812fce6a2bedc70a34011652ff2755063cd22780e832c55afbe938e19ab93b71a0e0f85189b285560e3d78012903197ef92afab854
|
SHA512 (openjdk-17.0.14+7.tar.xz) = 05cdbe49beb5a9f99e1221faa6b9cfbfe9ebb94c2b5a71858123a78383d64385563c90fafcea61a7f3b27e5d85bce6416ce0ff5d0c5db140c38bdbc541b33090
|
||||||
|
Loading…
Reference in New Issue
Block a user