diff --git a/storm-nimbus.service b/storm-nimbus.service index 80912382eb6026c41564382d973cc115c344e089..73e52b36068a8e4f8c56430e6c0894d7dafc729d 100644 --- a/storm-nimbus.service +++ b/storm-nimbus.service @@ -11,6 +11,7 @@ StandardError=syslog SyslogIdentifier=storm-nimbus SyslogLevel=debug SuccessExitStatus=20 +SuccessExitStatus=143 [Install] WantedBy=multi-user.target diff --git a/storm-supervisor.service b/storm-supervisor.service index e94f5f248ecf6e6b7fc59cc8e94ea58410d6cc21..93ff2addef1e1aca7d4523108e646134b6637ea7 100644 --- a/storm-supervisor.service +++ b/storm-supervisor.service @@ -11,6 +11,7 @@ StandardError=syslog SyslogIdentifier=storm-supervisor SyslogLevel=debug SuccessExitStatus=20 +SuccessExitStatus=143 [Install] WantedBy=multi-user.target diff --git a/storm.spec b/storm.spec index 970e9269d7b914c10a93de9505bd30e17612ab8f..c3c58a514c7d74e6fefae35f08c987e93efa4070 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,14 +88,17 @@ done %dir %{_data_dir} %changelog -* Tue Nov 2 2021 wangkai 1.2.4 - 1 -- Upgrade to 1.2.4 for fix CVE-2021-38294,CVE-2021-40865 +* Wed Sep 28 2022 xiexing - 1.2.4-2 +- fix stop service return 143 -* Mon Jun 14 2021 lingsheng 1.2.3 - 3 +* Wed Sep 01 2021 wangkai - 1.2.4-1 +- Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865 + +* 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