!8 【mpctool】优化数据采集过程中,系统过温或其他异常场景下的保护

From: @queyanwen 
Reviewed-by: @jimmy-jiang-junior 
Signed-off-by: @jimmy-jiang-junior
This commit is contained in:
openeuler-ci-bot 2023-05-29 04:00:21 +00:00 committed by Gitee
commit 0c5c532a89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: eagle
Version: 1.0.0
Version: 1.0.1
Release: 1
Summary: eagle kit
License: Mulan PSL v2
@ -14,7 +14,7 @@ Source0: eagle-mpctool.tar.gz
%package -n python3-eagle-mpctool
Summary: Python3 package for python-ealge-mpctool
BuildRequires: python3-devel python3-setuptools
Requires: python3-numpy python3-pandas python3-psutil ipmitool
Requires: python3-numpy python3-pandas python3-psutil python3-scipy ipmitool
%description -n python3-eagle-mpctool
@ -36,5 +36,8 @@ Requires: python3-numpy python3-pandas python3-psutil ipmitool
%{python3_sitelib}/*
%changelog
* Mon May 29 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-1
- Added the handling of overtemperature scenarios of system components during data collection.
* Wed Mar 15 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
- First Release