From a3be91778f916bc4fb5662b5af6eb871d2fd050c Mon Sep 17 00:00:00 2001 From: wangyaoyong Date: Tue, 26 Mar 2024 21:01:56 +0800 Subject: [PATCH] add ExclusiveArch: riscv Signed-off-by: wangyaoyong --- utshell.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/utshell.spec b/utshell.spec index 5a248b5..e73857d 100644 --- a/utshell.spec +++ b/utshell.spec @@ -6,7 +6,7 @@ Version: 0.4.30411 Name: utshell Summary: The utshell respect Bash -Release: 0%{?dist}.01 +Release: 0%{?dist}.02 License: GPLv3+ Source0: utshell-%{baseversion}.tar.gz @@ -25,7 +25,7 @@ Requires: filesystem >= 3 #Provides: /bin/sh Provides: /bin/utshell -ExclusiveArch: x86_64 aarch64 arm +ExclusiveArch: x86_64 aarch64 arm riscv %description The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash @@ -129,6 +129,9 @@ end %{_includedir}/%{name} %changelog +* Tue Mar 26 2024 wangyaoyong - 0.4.30411-0.02 +- add ExclusiveArch: riscv + * Tue Apr 11 2023 Zhanghuanhuan - 0.4.30411-0.01 - fix:193533 utshell环境,Ctrl+D退出会话时,提示exit_builtin(刘彤) - fix:193535 history -p mount和用例中预期不符(刘彤) -- Gitee