!48 [sync] PR-47: update to version 1.1.0

From: @openeuler-sync-bot 
Reviewed-by: @queyanwen 
Signed-off-by: @queyanwen
This commit is contained in:
openeuler-ci-bot 2024-05-17 07:38:10 +00:00 committed by Gitee
commit 92b4c5f80a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.