From 883c1c0482f17a1f18bfbe912f2d223debb9f8df Mon Sep 17 00:00:00 2001 From: laokz Date: Thu, 27 Jun 2024 14:10:51 +0000 Subject: [PATCH] add riscv64 to %ExclusiveArch (cherry picked from commit 779c1c5849d5d7816b78b04a49baf4cc05df1fc8) --- gazelle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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