!957 [sync] PR-869: add riscv64 to %ExclusiveArch

From: @openeuler-sync-bot 
Reviewed-by: @jiangheng12 
Signed-off-by: @jiangheng12
This commit is contained in:
openeuler-ci-bot 2024-09-03 14:31:38 +00:00 committed by Gitee
commit 68fb13d92d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: gazelle
Version: 1.0.2
Release: 57
Release: 58
Summary: gazelle is a high performance user-mode stack
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/gazelle
@ -266,7 +266,7 @@ Patch9245: 0245-CMAKE-fix-ltran-build-error-in-2403.patch
%description
%{name} is a high performance user-mode stack.
ExclusiveArch: x86_64 aarch64 ppc64le
ExclusiveArch: x86_64 aarch64 ppc64le riscv64
%prep
%autosetup -n %{name}-%{version} -p1
@ -303,6 +303,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
%config(noreplace) %{conf_path}/ltran.conf
%changelog
* Wed Aug 28 2024 laokz <zhangkai@iscas.ac.cn> - 1.0.2-58
- add riscv64 to %ExclusiveArch
* Mon Aug 26 2024 yinbin6 <yinbin8@huawei.com> - 1.0.2-57
- CMAKE: fix ltran build error in 2403