fix format error

This commit is contained in:
Liquor 2020-10-31 11:28:17 +08:00
parent db7ba63c36
commit 99fd08f153

View File

@ -1,6 +1,6 @@
Name: bash
Version: 5.0
Release: 14
Release: 15
Summary: It is the Bourne Again Shell
License: GPLv3
URL: https://www.gnu.org/software/bash
@ -110,7 +110,7 @@ make check
%files -f %{name}.lang
%defattr(-,root,root)
%license COPYING
%config(noreplace) /etc/skel/.*
%config(noreplace) /etc/skel/.b*
%{_bindir}/{sh,bash,alias,bg,cd,command,fc,fg,wait,bashbug}
%{_bindir}/{hash,getopts,jobs,read,type,ulimit,umask,unalias}
@ -131,6 +131,12 @@ make check
%exclude %{_infodir}/dir
%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
- Type:enhancement
- ID:NA