From e33a5ecf0b28fd825a5315d61675c6d11fe48db0 Mon Sep 17 00:00:00 2001 From: mylee Date: Thu, 12 May 2022 15:27:59 +0800 Subject: [PATCH] fix spec changelog date --- bash.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bash.spec b/bash.spec index cba07e4..742bde0 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 17 +Release: 18 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -132,20 +132,23 @@ make check %exclude %{_infodir}/dir %changelog +* Thu May 12 2022 mylee - 5.0-18 +- fix "bogus date %changelog" for spec file + * Sat May 29 2021 licihua - 5.0-17 - Type:bugfix - ID:NA - SUG:NA - DESC: fix quoted null string removal when using shell word expansion pattern operators -* Thu Mar 30 2021 shenyangyang - 5.0-16 +* Tue Mar 30 2021 shenyangyang - 5.0-16 - Type:bugfix - ID:NA - SUG:NA - DESC:Rebuild for openEuler-rpm-config moving /usr/lib/rpm/openEuler/xxxx to /usr/lib/xxxx -* Wed Jan 6 2020 Liquor - 5.0-15 +* Wed Jan 6 2021 Liquor - 5.0-15 - Type:bugfix - ID:NA - SUG:NA -- Gitee