From 29511b5e7f88c47b109c2cab7284c9cc9c83e786 Mon Sep 17 00:00:00 2001 From: Wang Yaoyong Date: Thu, 11 Apr 2024 17:09:47 +0800 Subject: [PATCH] update ExclusiveArch: riscv to riscv64 Signed-off-by: Wang Yaoyong (cherry picked from commit 64e14b10c4dc5b5c41d9e4436e3dbcd2ef28a6dd) --- utshell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utshell.spec b/utshell.spec index 21a9652..46c1518 100644 --- a/utshell.spec +++ b/utshell.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: utshell Summary: The utshell respect Bash -Release: 0%{?dist}.1 +Release: 0%{?dist}.2 License: GPLv3+ Source0: utshell-%{baseversion}.tar.gz @@ -30,7 +30,7 @@ Requires: filesystem >= 3 #Provides: /bin/sh Provides: /bin/utshell -ExclusiveArch: x86_64 aarch64 arm riscv +ExclusiveArch: x86_64 aarch64 arm riscv64 %description The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash @@ -134,6 +134,9 @@ end %{_includedir}/%{name} %changelog +* Thu Apr 11 2024 wangyaoyong - 0.5.0-0.2 +- update ExclusiveArch: riscv to riscv64 + * Tue Apr 09 2024 wangmeng - 0.5.0-0.1 - fix:I9CC1Z trap --help 与trap -l 缺少部分提示 - fix:I9CBXT help local中英文提示不符 -- Gitee