!8 add ExclusiveArch: riscv

From: @wangyaoyong 
Reviewed-by: @ut-wanglujun 
Signed-off-by: @ut-wanglujun
This commit is contained in:
openeuler-ci-bot 2024-04-01 05:09:36 +00:00 committed by Gitee
commit 065fe53d43
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <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
- fix:193533 utshell环境Ctrl+D退出会话时提示exit_builtin刘彤
- fix:193535 history -p mount和用例中预期不符刘彤