update to version 1.1.0

(cherry picked from commit aa650b77ea6851952657b1dd245aa18600c213ce)
This commit is contained in:
heppen 2024-05-17 10:17:59 +08:00 committed by openeuler-sync-bot
parent f5a1807c03
commit 9c828d8363
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
powerapi-1.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: powerapi
Version: 1.0.1
Release: 4
Version: 1.1.0
Release: 1
Summary: The ability to support openEuler power consumption control.
License: MulanPSL-2.0
@ -8,7 +8,7 @@ URL: https://gitee.com/openeuler/powerapi/
Source0: %{name}-%{version}.tar.gz
BuildRequires: gcc,cmake,zip,unzip
Requires: tar,ipmitool
Requires: tar,ipmitool,psmisc,systemd,perf
%description
Including a power API SO and the Power API Service.
@ -16,7 +16,7 @@ Including a power API SO and the Power API Service.
%package -n powerapi-devel
Summary: The ability to support openEuler power consumption control.
BuildRequires: gcc,cmake,zip,unzip
Requires: tar,ipmitool
Requires: tar,ipmitool,psmisc,systemd,perf
%description -n powerapi-devel
Contains the client and server components and API header files for powerapi integration development.
@ -68,6 +68,9 @@ systemctl stop pwrapis
%{_sysconfdir}/systemd/system/pwrapis.service
%changelog
* Fri May 17 2024 heppen <hepeng68@huawei.com> - 1.1.0-1
- Add some new APIs about proc/hbm/cpu.
* Wed Apr 3 2024 heppen <hepeng68@huawei.com> - 1.0.1-4
- Add the dependency on ipmitool.