!604 Fix build error on riscv64 because of patch438

From: @DingliZhang 
Reviewed-by: @kuenking111 
Signed-off-by: @kuenking111
This commit is contained in:
openeuler-ci-bot 2024-09-03 01:19:03 +00:00 committed by Gitee
commit 34112cafe4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -943,7 +943,7 @@ Provides: java-%{javaver}-%{origin}-accessibility%{?1} = %{epoch}:%{version}-%{r
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{javaver}.%{updatever}.%{buildver} Version: %{javaver}.%{updatever}.%{buildver}
Release: 2 Release: 3
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # 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 # 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 # also included the epoch in their virtual provides. This created a
@ -1990,7 +1990,9 @@ pushd %{top_level_dir_name}
%patch435 -p1 %patch435 -p1
%patch436 -p1 %patch436 -p1
%patch437 -p1 %patch437 -p1
%ifnarch riscv64
%patch438 -p1 %patch438 -p1
%endif
%patch439 -p1 %patch439 -p1
%patch440 -p1 %patch440 -p1
%patch441 -p1 %patch441 -p1
@ -2659,6 +2661,9 @@ cjc.mainProgram(arg)
%endif %endif
%changelog %changelog
* Sun Sep 1 2024 Dingli Zhang <dingli@iscas.ac.cn> -1:1.8.0.422-b05.3
- Fix build error on riscv64 because of patch438
* Thu Aug 29 2024 Dingli Zhang <dingli@iscas.ac.cn> -1:1.8.0.422-b05.2 * Thu Aug 29 2024 Dingli Zhang <dingli@iscas.ac.cn> -1:1.8.0.422-b05.2
- Fix build on riscv64 in prep stage for 8u422 - Fix build on riscv64 in prep stage for 8u422