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-16290
This commit is contained in:
parent
7b175be3b3
commit
6812daac8f
@ -375,7 +375,7 @@
|
|||||||
%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 12
|
%global buildver 12
|
||||||
%global rpmrelease 1
|
%global rpmrelease 2
|
||||||
#%%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
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
@ -656,7 +656,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
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
#
|
#
|
||||||
@ -941,6 +942,8 @@ pushd %{top_level_dir_name}
|
|||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
# Patches in need of upstreaming
|
# Patches in need of upstreaming
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
# Patches in next release
|
||||||
|
%patch100 -p1
|
||||||
popd # openjdk
|
popd # openjdk
|
||||||
|
|
||||||
|
|
||||||
@ -1684,6 +1687,9 @@ done
|
|||||||
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
%{_jvmdir}/%{miscportablearchive}.sha256sum
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
||||||
|
- Include JDK-8311630 patch to implement Foreign Function & Memory preview API on s390x
|
||||||
|
|
||||||
* Fri Oct 27 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-1
|
* Fri Oct 27 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-1
|
||||||
- Update to jdk-21.0.1.0+12 (GA)
|
- Update to jdk-21.0.1.0+12 (GA)
|
||||||
- Update release notes to 21.0.1.0+12
|
- Update release notes to 21.0.1.0+12
|
||||||
|
@ -351,9 +351,9 @@
|
|||||||
%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 12
|
%global buildver 12
|
||||||
%global rpmrelease 2
|
%global rpmrelease 3
|
||||||
# Settings used by the portable build
|
# Settings used by the portable build
|
||||||
%global portablerelease 1
|
%global portablerelease 2
|
||||||
%global portablesuffix el9
|
%global portablesuffix el9
|
||||||
%global portablebuilddir /builddir/build/BUILD
|
%global portablebuilddir /builddir/build/BUILD
|
||||||
|
|
||||||
@ -1417,7 +1417,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
|
||||||
|
|
||||||
#############################################
|
#############################################
|
||||||
#
|
#
|
||||||
@ -1866,6 +1867,8 @@ pushd %{top_level_dir_name}
|
|||||||
%patch1001 -p1
|
%patch1001 -p1
|
||||||
# Patches in need of upstreaming
|
# Patches in need of upstreaming
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
# Patches in next release
|
||||||
|
%patch100 -p1
|
||||||
popd # openjdk
|
popd # openjdk
|
||||||
|
|
||||||
|
|
||||||
@ -2485,6 +2488,11 @@ cjc.mainProgram(args)
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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-16290
|
||||||
|
|
||||||
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
* Mon Oct 30 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:21.0.1.0.12-2
|
||||||
- Define pkgnameroot to simplify build requirements and allow '-rhel7' suffix on RHEL
|
- Define pkgnameroot to simplify build requirements and allow '-rhel7' suffix on RHEL
|
||||||
- Related: RHEL-12998
|
- Related: RHEL-12998
|
||||||
|
1906
jdk8311630-s390_ffmapi.patch
Normal file
1906
jdk8311630-s390_ffmapi.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user