From f37ecd72118e2382b03516963389539a304a124e Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Thu, 16 Jun 2022 08:06:47 +0000 Subject: [PATCH] Fix changelog error (cherry picked from commit bebf31d676ef4b96006275db823fbfa69c74c0b9) --- storm.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/storm.spec b/storm.spec index 925ea8c..d25b3d6 100644 --- a/storm.spec +++ b/storm.spec @@ -88,17 +88,17 @@ done %dir %{_data_dir} %changelog -* Mon 1 Sep 2021 wangkai 1.2.4 - 1 +* Wed Sep 01 2021 wangkai - 1.2.4-1 - Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865 -* Fri 20 Aug 2021 sunguoshuai 1.2.3 - 4 +* Fri Aug 20 2021 sunguoshuai - 1.2.3-4 - Fix runtime error and uninstall warning -* Mon Jun 14 2021 lingsheng 1.2.3 - 3 +* Mon Jun 14 2021 lingsheng - 1.2.3-3 - Fix status failure after stopping service -* Wed May 26 2021 wangchong 1.2.3 - 2 +* Wed May 26 2021 wangchong - 1.2.3-2 - add requires -* Thu Mar 18 2021 huanghaitao 1.2.3 - 1 +* Thu Mar 18 2021 huanghaitao - 1.2.3-1 - Package init -- Gitee