!28 fix stop服务返回状态码为143问题

From: @xiexing01 
Reviewed-by: @wuzeyi1 
Signed-off-by: @wuzeyi1
This commit is contained in:
openeuler-ci-bot 2022-09-30 01:20:12 +00:00 committed by Gitee
commit 9d24297585
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 1 deletions

View File

@ -11,6 +11,7 @@ StandardError=syslog
SyslogIdentifier=storm-nimbus
SyslogLevel=debug
SuccessExitStatus=20
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target

View File

@ -11,6 +11,7 @@ StandardError=syslog
SyslogIdentifier=storm-supervisor
SyslogLevel=debug
SuccessExitStatus=20
SuccessExitStatus=143
[Install]
WantedBy=multi-user.target

View File

@ -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,6 +88,9 @@ done
%dir %{_data_dir}
%changelog
* Wed Sep 28 2022 xiexing <xiexing4@hisilicon.com> - 1.2.4-2
- fix stop service return 143
* Wed Sep 01 2021 wangkai <wangkai385@huawei.com> - 1.2.4-1
- Upgrade to 1.2.4 for fix CVE-2021-38294-CVE-2021-40865