diff --git a/utshell.spec b/utshell.spec index 21a9652403b2d166ef5eccb9a201d2fe4026d0a2..46c15185bc806bafb2a2b146641cb8f628ec49ae 100644 --- a/utshell.spec +++ b/utshell.spec @@ -6,7 +6,7 @@ Version: %{baseversion}%{patchleveltag} Name: utshell Summary: The utshell respect Bash -Release: 0%{?dist}.1 +Release: 0%{?dist}.2 License: GPLv3+ Source0: utshell-%{baseversion}.tar.gz @@ -30,7 +30,7 @@ Requires: filesystem >= 3 #Provides: /bin/sh Provides: /bin/utshell -ExclusiveArch: x86_64 aarch64 arm riscv +ExclusiveArch: x86_64 aarch64 arm riscv64 %description The GNU Bourne Again shell (Bash) is a shell or command language interpreter that is compatible with the Bourne shell (sh). Bash @@ -134,6 +134,9 @@ end %{_includedir}/%{name} %changelog +* Thu Apr 11 2024 wangyaoyong - 0.5.0-0.2 +- update ExclusiveArch: riscv to riscv64 + * Tue Apr 09 2024 wangmeng - 0.5.0-0.1 - fix:I9CC1Z trap --help 与trap -l 缺少部分提示 - fix:I9CBXT help local中英文提示不符