update ExclusiveArch: riscv to riscv64

Signed-off-by: Wang Yaoyong <yaoyong.oerv@isrc.iscas.ac.cn>
This commit is contained in:
Wang Yaoyong 2024-04-11 17:09:47 +08:00
parent 27977f51e5
commit 64e14b10c4

View File

@ -6,7 +6,7 @@
Version: %{baseversion}%{patchleveltag} Version: %{baseversion}%{patchleveltag}
Name: utshell Name: utshell
Summary: The utshell respect Bash Summary: The utshell respect Bash
Release: 0%{?dist}.1 Release: 0%{?dist}.2
License: GPLv3+ License: GPLv3+
Source0: utshell-%{baseversion}.tar.gz Source0: utshell-%{baseversion}.tar.gz
@ -30,7 +30,7 @@ Requires: filesystem >= 3
#Provides: /bin/sh #Provides: /bin/sh
Provides: /bin/utshell Provides: /bin/utshell
ExclusiveArch: x86_64 aarch64 arm riscv ExclusiveArch: x86_64 aarch64 arm riscv64
%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
@ -134,6 +134,9 @@ end
%{_includedir}/%{name} %{_includedir}/%{name}
%changelog %changelog
* Thu Apr 11 2024 wangyaoyong <yaoyong.oerv@isrc.iscas.ac.cn> - 0.5.0-0.2
- update ExclusiveArch: riscv to riscv64
* Tue Apr 09 2024 wangmeng<wangmengc@uniontech.com> - 0.5.0-0.1 * Tue Apr 09 2024 wangmeng<wangmengc@uniontech.com> - 0.5.0-0.1
- fix:I9CC1Z trap --help 与trap -l 缺少部分提示 - fix:I9CC1Z trap --help 与trap -l 缺少部分提示
- fix:I9CBXT help local中英文提示不符 - fix:I9CBXT help local中英文提示不符