diff --git a/utshell.spec b/utshell.spec index 5a248b58d8ff29d4c3e8f6e31ac0f4a5fb0a5d3b..e73857d0337b832a832ce01f8a8f465b6595943a 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和用例中预期不符(刘彤)