|
|
|
@ -351,9 +351,9 @@
|
|
|
|
|
%global top_level_dir_name %{vcstag}
|
|
|
|
|
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
|
|
|
|
%global buildver 12
|
|
|
|
|
%global rpmrelease 2
|
|
|
|
|
%global rpmrelease 3
|
|
|
|
|
# Settings used by the portable build
|
|
|
|
|
%global portablerelease 1
|
|
|
|
|
%global portablerelease 2
|
|
|
|
|
%global portablesuffix el7_9
|
|
|
|
|
%global portablebuilddir /builddir/build/BUILD
|
|
|
|
|
|
|
|
|
@ -1414,7 +1414,8 @@ Patch6: jdk8009550-rh910107-fail_to_load_pcsc_library.patch
|
|
|
|
|
#
|
|
|
|
|
#############################################
|
|
|
|
|
|
|
|
|
|
# Currently empty
|
|
|
|
|
# JDK-8311630: [s390] Implementation of Foreign Function & Memory API (Preview)
|
|
|
|
|
Patch100: jdk8311630-s390_ffmapi.patch
|
|
|
|
|
|
|
|
|
|
#############################################
|
|
|
|
|
#
|
|
|
|
@ -1863,6 +1864,8 @@ pushd %{top_level_dir_name}
|
|
|
|
|
%patch1001 -p1
|
|
|
|
|
# Patches in need of upstreaming
|
|
|
|
|
%patch6 -p1
|
|
|
|
|
# Patches in next release
|
|
|
|
|
%patch100 -p1
|
|
|
|
|
popd # openjdk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2482,9 +2485,14 @@ cjc.mainProgram(args)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 08 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:21.0.1.0.12-2
|
|
|
|
|
* Wed Nov 08 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:21.0.1.0.12-3
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Mon Nov 06 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-3
|
|
|
|
|
- Include JDK-8311630 patch to implement Foreign Function & Memory preview API on s390x
|
|
|
|
|
- Sync the copy of the portable specfile with the latest update
|
|
|
|
|
- Resolves: RHEL-16386
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
|
|
|
|
- Switch to using portable binaries built on RHEL 7
|
|
|
|
|
- Sync the copy of the portable specfile with the RHEL 7 version
|
|
|
|
|