From f3066648ac84380feb639ad6bef0c60d505f1b60 Mon Sep 17 00:00:00 2001 From: Liquor <1692257904@qq.com> Date: Sat, 31 Oct 2020 11:28:17 +0800 Subject: [PATCH] fix format error --- bash.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bash.spec b/bash.spec index 2e60ce5..38d74d3 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 13 +Release: 14 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 - 5.0-14 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix format error + * Fri May 29 2020 licihua - 5.0-13 - Type:enhancement - ID:NA -- Gitee