eagle/eagle.spec

44 lines
1007 B
RPMSpec
Raw Normal View History

Name: eagle
Version: 1.0.1
2023-03-12 16:28:23 +08:00
Release: 1
Summary: eagle kit
2023-03-12 16:28:23 +08:00
License: Mulan PSL v2
URL: https://gitee.com/openeuler/eagle
Source0: eagle-mpctool.tar.gz
2023-03-12 16:28:23 +08:00
%description
%define debug_package %{nil}
%package -n python3-eagle-mpctool
Summary: Python3 package for python-ealge-mpctool
2023-03-12 16:28:23 +08:00
BuildRequires: python3-devel python3-setuptools
Requires: python3-numpy python3-pandas python3-psutil python3-scipy ipmitool
2023-03-12 16:28:23 +08:00
%description -n python3-eagle-mpctool
2023-03-12 16:28:23 +08:00
%prep
%autosetup -n mpctool -p1
%build
%py3_build
%install
%py3_install
%files -n python3-eagle-mpctool
2023-03-12 16:28:23 +08:00
%defattr(-,root,root)
%{_bindir}/mpctool
/usr/lib/systemd/system/mpctool.service
%{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
2023-03-12 16:28:23 +08:00
- First Release