Update to jdk-17.0.13+11 (GA)
- Update to jdk-17.0.13+11 (GA) - Update .gitignore to ignore openjdk-17.0.13+11.tar.xz - Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8 - Set buildver to 11 - Set is_ga to 1 - Update sources to openjdk-17.0.13+11.tar.xz - Related: RHEL-58785 - ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
This commit is contained in:
parent
568e8f3976
commit
e830012038
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
|||||||
/openjdk-17.0.13+1-ea.tar.xz
|
/openjdk-17.0.13+1-ea.tar.xz
|
||||||
/openjdk-17.0.13+9-ea.tar.xz
|
/openjdk-17.0.13+9-ea.tar.xz
|
||||||
/openjdk-17.0.13+10-ea.tar.xz
|
/openjdk-17.0.13+10-ea.tar.xz
|
||||||
|
/openjdk-17.0.13+11.tar.xz
|
||||||
|
@ -377,7 +377,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 11
|
||||||
%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
|
||||||
@ -397,7 +397,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 ""
|
||||||
@ -1816,6 +1816,17 @@ done
|
|||||||
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-1
|
||||||
|
- Update NEWS for jdk-17.0.13+11 (GA)
|
||||||
|
|
||||||
|
* Mon Oct 7 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-1
|
||||||
|
- Update to jdk-17.0.13+11 (GA)
|
||||||
|
- Add to .gitignore openjdk-17.0.13+11.tar.xz
|
||||||
|
- Set buildver to 11
|
||||||
|
- Set is_ga to 1
|
||||||
|
- Update sources to openjdk-17.0.13+11.tar.xz
|
||||||
|
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
||||||
|
|
||||||
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.10-0.1.ea
|
* Thu Oct 3 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.10-0.1.ea
|
||||||
- Update to jdk-17.0.13+10 (EA)
|
- Update to jdk-17.0.13+10 (EA)
|
||||||
- Add to .gitignore openjdk-17.0.13+10-ea.tar.xz
|
- Add to .gitignore openjdk-17.0.13+10-ea.tar.xz
|
||||||
|
@ -381,7 +381,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 11
|
||||||
# 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
|
||||||
@ -411,7 +411,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 ""
|
||||||
@ -2496,6 +2496,16 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.13.0.11-0.2.ea
|
||||||
|
- Update to jdk-17.0.13+11 (GA)
|
||||||
|
- Update .gitignore to ignore openjdk-17.0.13+11.tar.xz
|
||||||
|
- Sync java-17-openjdk-portable.specfile from openjdk-portable-rhel-8
|
||||||
|
- Set buildver to 11
|
||||||
|
- Set is_ga to 1
|
||||||
|
- Update sources to openjdk-17.0.13+11.tar.xz
|
||||||
|
- Related: RHEL-58785
|
||||||
|
- ** This tarball is embargoed until 2024-10-15 @ 1pm PT. **
|
||||||
|
|
||||||
* Fri Oct 4 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.10-0.2.ea
|
* Fri Oct 4 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.13.0.10-0.2.ea
|
||||||
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
- Vary portablesuffix depending on whether we are on RHEL ('el8') or CentOS ('el9')
|
||||||
- Set rpmrelease to 2
|
- Set rpmrelease to 2
|
||||||
|
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.13+10-ea.tar.xz) = 4216a6e675d622ec386d208bdd44d14a5642b4f4e71de355b23b1cc7630e12de12befda0c6b88bc23d33084debb1cb1f615f23d304f20a2d8305254f3caf21c0
|
SHA512 (openjdk-17.0.13+11.tar.xz) = 4e3e6cd4b38efe5954c042a9a133a37569e87c94667a547604013971e7c766ac99fbbf1544e5d7cc30cd5c8bb1c9027dc3c08c2bfbc71e6d70a66c41a5040d16
|
||||||
|
Loading…
Reference in New Issue
Block a user