!20 fix format error

From: @liquor1
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2020-10-31 16:17:39 +08:00 committed by Gitee
commit 89c5837383

View File

@ -1,6 +1,6 @@
Name: bash Name: bash
Version: 5.0 Version: 5.0
Release: 14 Release: 15
Summary: It is the Bourne Again Shell Summary: It is the Bourne Again Shell
License: GPLv3 License: GPLv3
URL: https://www.gnu.org/software/bash URL: https://www.gnu.org/software/bash
@ -110,7 +110,7 @@ make check
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING %license COPYING
%config(noreplace) /etc/skel/.* %config(noreplace) /etc/skel/.b*
%{_bindir}/{sh,bash,alias,bg,cd,command,fc,fg,wait,bashbug} %{_bindir}/{sh,bash,alias,bg,cd,command,fc,fg,wait,bashbug}
%{_bindir}/{hash,getopts,jobs,read,type,ulimit,umask,unalias} %{_bindir}/{hash,getopts,jobs,read,type,ulimit,umask,unalias}
@ -131,6 +131,12 @@ make check
%exclude %{_infodir}/dir %exclude %{_infodir}/dir
%changelog %changelog
* Sat Oct 31 2020 Liquor <lirui130@huawei.com> - 5.0-15
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix format error
* Thu Apr 30 2020 licihua <licihua@huawei.com> - 5.0-14 * Thu Apr 30 2020 licihua <licihua@huawei.com> - 5.0-14
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA