diff --git a/powerapi-1.0.1.tar.gz b/powerapi-1.0.1.tar.gz deleted file mode 100644 index 6d05095b248ab436829923156b6402a842278a08..0000000000000000000000000000000000000000 Binary files a/powerapi-1.0.1.tar.gz and /dev/null differ diff --git a/powerapi-1.1.0.tar.gz b/powerapi-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..38314c772a53731d2aff393667a7fb6a2c415f37 Binary files /dev/null and b/powerapi-1.1.0.tar.gz differ diff --git a/powerapi.spec b/powerapi.spec index 019e322795de3034bf5f2fcc2600e21f1e53fb05..eeac9b74be3145d5bdda5c0140eff42b024f6504 100644 --- a/powerapi.spec +++ b/powerapi.spec @@ -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 - 1.1.0-1 +- Add some new APIs about proc/hbm/cpu. + * Wed Apr 3 2024 heppen - 1.0.1-4 - Add the dependency on ipmitool.