diff --git a/gazelle.spec b/gazelle.spec index ba7bc8c..3a55e6f 100644 --- a/gazelle.spec +++ b/gazelle.spec @@ -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 - 1.0.2-58 +- add riscv64 to %ExclusiveArch + * Mon Aug 26 2024 yinbin6 - 1.0.2-57 - CMAKE: fix ltran build error in 2403