修改changelog 版本号

(cherry picked from commit a4a10f870a4cec34667a69bb087be2e301a09bb6)
This commit is contained in:
wangmengc 2024-12-16 13:32:22 +08:00 committed by openeuler-sync-bot
parent 02f8fc0589
commit bf0c680000

View File

@ -6,7 +6,7 @@
Version: %{baseversion}%{patchleveltag}
Name: utshell
Summary: The utshell respect Bash
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv3+
Source0: utshell-%{baseversion}.tar.gz
@ -137,7 +137,7 @@ end
%{_includedir}/%{name}
%changelog
* Fri Dec 13 2024 wangmeng <wangmengc@uniontech.com> - 0.5.0-2
* Fri Dec 13 2024 wangmeng <wangmengc@uniontech.com> - 0.5.0-3
- feat: add patch 0003-fix-echo-a.z.patch
- feat: add patch 0004-fix-type-return-error.patch
- 修复echo {a..z} 执行错误和type命令返回值错误