add ExclusiveArch: riscv

Signed-off-by: wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn>
This commit is contained in:
wangyaoyong 2024-03-26 21:01:56 +08:00
parent 22a6f7e823
commit a3be91778f

View File

@ -6,7 +6,7 @@
Version: 0.4.30411 Version: 0.4.30411
Name: utshell Name: utshell
Summary: The utshell respect Bash Summary: The utshell respect Bash
Release: 0%{?dist}.01 Release: 0%{?dist}.02
License: GPLv3+ License: GPLv3+
Source0: utshell-%{baseversion}.tar.gz Source0: utshell-%{baseversion}.tar.gz
@ -25,7 +25,7 @@ Requires: filesystem >= 3
#Provides: /bin/sh #Provides: /bin/sh
Provides: /bin/utshell Provides: /bin/utshell
ExclusiveArch: x86_64 aarch64 arm ExclusiveArch: x86_64 aarch64 arm riscv
%description %description
The GNU Bourne Again shell (Bash) is a shell or command language The GNU Bourne Again shell (Bash) is a shell or command language
interpreter that is compatible with the Bourne shell (sh). Bash interpreter that is compatible with the Bourne shell (sh). Bash
@ -129,6 +129,9 @@ end
%{_includedir}/%{name} %{_includedir}/%{name}
%changelog %changelog
* Tue Mar 26 2024 wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn> - 0.4.30411-0.02
- add ExclusiveArch: riscv
* Tue Apr 11 2023 Zhanghuanhuan<zhanghuanhuan@uniontech.com> - 0.4.30411-0.01 * Tue Apr 11 2023 Zhanghuanhuan<zhanghuanhuan@uniontech.com> - 0.4.30411-0.01
- fix:193533 utshell环境Ctrl+D退出会话时提示exit_builtin刘彤 - fix:193533 utshell环境Ctrl+D退出会话时提示exit_builtin刘彤
- fix:193535 history -p mount和用例中预期不符刘彤 - fix:193535 history -p mount和用例中预期不符刘彤