add riscv64 to %ExclusiveArch

(cherry picked from commit 779c1c5849d5d7816b78b04a49baf4cc05df1fc8)
This commit is contained in:
laokz 2024-06-27 14:10:51 +00:00 committed by openeuler-sync-bot
parent aa4e53ac7c
commit 883c1c0482

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