!465 Fix openjfx binding issues

From: @misaka00251 
Reviewed-by: @wx_28016b8ce3, @kuenking111 
Signed-off-by: @wx_28016b8ce3, @kuenking111
This commit is contained in:
openeuler-ci-bot 2023-09-11 11:02:26 +00:00 committed by Gitee
commit 8822d34627
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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