From 987e11d9fcb70614347c1aaebc324bdeca6ad589 Mon Sep 17 00:00:00 2001 From: mylee Date: Thu, 12 May 2022 15:12:55 +0800 Subject: [PATCH] fix "bogus date %changelog" for spec --- bash.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bash.spec b/bash.spec index a047423..25710f5 100644 --- a/bash.spec +++ b/bash.spec @@ -1,6 +1,6 @@ Name: bash Version: 5.0 -Release: 16 +Release: 17 Summary: It is the Bourne Again Shell License: GPLv3 URL: https://www.gnu.org/software/bash @@ -132,13 +132,16 @@ make check %exclude %{_infodir}/dir %changelog -* Fri May 29 2021 licihua - 5.0-16 +* Thu May 12 2022 mylee - 5.0-17 +- fix "bogus date %changelog" for spec file + +* Sat May 29 2021 licihua - 5.0-16 - Type:bugfix - ID:NA - SUG:NA - DESC: fix quoted null string removal when using shell word expansion pattern operators -* Wed Jan 6 2020 Liquor - 5.0-15 +* Wed Jan 6 2021 Liquor - 5.0-15 - Type:bugfix - ID:NA - SUG:NA -- Gitee