From 34b2d9e2149f9d3a00d3cd451b42d9b5364cd205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Thu, 25 Jul 2024 09:06:52 +0000 Subject: [PATCH] Fix errors in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- storm.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/storm.spec b/storm.spec index 925ea8c..95aa88d 100644 --- a/storm.spec +++ b/storm.spec @@ -5,7 +5,7 @@ %define _data_dir %{_sharedstatedir}/storm Name: storm Version: 1.2.4 -Release: 1 +Release: 2 Summary: Apache Storm realtime computation system License: Apache-2.0 Url: http://storm.apache.org @@ -88,17 +88,20 @@ done %dir %{_data_dir} %changelog -* Mon 1 Sep 2021 wangkai 1.2.4 - 1 +* Thu Jul 25 2024 zhangshaoning - 1.2.4-2 +- Fix bad date in changelog + +* Wed Sep 1 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 20 Aug 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