Fix openjfx binding issues

This commit is contained in:
misaka00251 2023-09-11 12:01:40 +08:00
parent f347b25dd2
commit 8414b04c0d
No known key found for this signature in database
GPG Key ID: 1F50F0319B8BAFCB

View File

@ -130,7 +130,7 @@
# New Version-String scheme-style defines
%global majorver 8
%ifnarch riscv64
%ifarch riscv64
%global with_openjfx_binding 0
%else
%global with_openjfx_binding 1
@ -925,7 +925,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver}
Release: 6
Release: 7
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a
@ -2480,6 +2480,9 @@ cjc.mainProgram(arg)
%endif
%changelog
* Mon Sep 11 2023 misaka00251 <liuxin@iscas.ac.cn> - 1:1.8.0.382-b05.7
- Fix openjfx binding issues
* Tue Sep 5 2023 kuenking111 <wangkun49@huawei.com> - 1:1.8.0.382-b05.6
- del 0013-8287349-AArch64-Merge-LDR-instructions-to-improve-C1.patch