1
0
Fridrich Strba 2020-04-24 06:28:32 +00:00 committed by Git OBS Bridge
parent 4c540a37de
commit cbb2222488
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 24 06:26:21 UTC 2020 - Fridrich Strba <fstrba@suse.com>
- Update to OpenJDK 8u252 build 09 with OpenJ9 0.20.0 virtual
machine
* including Oracle April 2020 CPU changes (bsc#1169511)
* OpenJ9 changes,
see https://www.eclipse.org/openj9/docs/version0.20
-------------------------------------------------------------------
Wed Apr 15 09:07:59 UTC 2020 - Fridrich Strba <fstrba@suse.com>

View File

@ -25,8 +25,8 @@
%global abs2rel perl -e %{script}
%global syslibdir %{_libdir}
# Standard JPackage naming and versioning defines.
%global updatever 242
%global buildver b08
%global updatever 252
%global buildver b09
%global root_repository https://github.com/ibmruntimes/openj9-openjdk-jdk8/archive
%global root_revision cfa47e66cd5f48491f6e235e0bf41cf753a2cacd
%global root_branch openj9-0.20.0
@ -665,7 +665,7 @@ find %{buildroot}%{_jvmdir}/%{sdkdir}/demo \
%post headless
ext=.gz
update-alternatives --force \
update-alternatives \
--install %{_bindir}/java java %{jrebindir}/java %{priority} \
--slave %{_jvmdir}/jre jre %{_jvmdir}/%{jrelnk} \
--slave %{_jvmjardir}/jre jre_exports %{_jvmjardir}/%{jrelnk} \