Update to shenandoah-jdk8u412-b08 (GA)
- Switch to GA mode. ** This tarball is embargoed until 2024-04-16 @ 1pm PT. ** Resolves: RHEL-32412
This commit is contained in:
parent
b99be6596b
commit
9c62611701
1
.gitignore
vendored
1
.gitignore
vendored
@ -295,3 +295,4 @@
|
||||
/openjdk-shenandoah-jdk8u-shenandoah-jdk8u412-b01.tar.xz
|
||||
/shenandoah8u412-b01.tar.xz
|
||||
/shenandoah8u412-b07.tar.xz
|
||||
/shenandoah8u412-b08.tar.xz
|
||||
|
@ -309,7 +309,7 @@
|
||||
# Define version of OpenJDK 8 used
|
||||
%global project openjdk
|
||||
%global repo shenandoah-jdk8u
|
||||
%global openjdk_revision 8u412-b07
|
||||
%global openjdk_revision 8u412-b08
|
||||
%global shenandoah_revision shenandoah%{openjdk_revision}
|
||||
# Define IcedTea version used for SystemTap tapsets and desktop files
|
||||
%global icedteaver 3.15.0
|
||||
@ -357,7 +357,7 @@
|
||||
%global buildver %(VERSION=%{version_tag}; echo ${VERSION##*-})
|
||||
%global rpmrelease 2
|
||||
# Settings used by the portable build
|
||||
%global portablerelease 1
|
||||
%global portablerelease 2
|
||||
# Portable suffix differs between RHEL and CentOS
|
||||
%if 0%{?centos} == 0
|
||||
%global portablesuffix el8
|
||||
@ -370,7 +370,7 @@
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||
# - N%%{?extraver}{?dist} for GA releases
|
||||
%global is_ga 0
|
||||
%global is_ga 1
|
||||
%if %{is_ga}
|
||||
%global milestone fcs
|
||||
%global milestone_version %{nil}
|
||||
@ -2918,6 +2918,12 @@ cjc.mainProgram(args)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 08 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b08-2
|
||||
- Update to shenandoah-jdk8u412-b08 (GA)
|
||||
- Switch to GA mode.
|
||||
- ** This tarball is embargoed until 2024-04-16 @ 1pm PT. **
|
||||
- Resolves: RHEL-32412
|
||||
|
||||
* Fri Apr 05 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b07-0.2.ea
|
||||
- Update to shenandoah-jdk8u412-b07 (EA)
|
||||
- Require tzdata 2024a due to upstream inclusion of JDK-8322725
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671
|
||||
SHA512 (shenandoah8u412-b07.tar.xz) = 8f085c12ab127a037252c46a3fb74e927b8888ecaafe4ae4f5f1369d2901f3c7a85f71e50fc918761b4095540c24c1bd82ff6e7129160e00ada26f532c968737
|
||||
SHA512 (shenandoah8u412-b08.tar.xz) = 68265e2f45884f4bf8b678634fef0d3e6142b8e0702242c542d9f95ce3bfdba6bcbba156c178b1e393091dce000dadea471f4ba9070969939d989d878ea498a5
|
||||
|
Loading…
Reference in New Issue
Block a user