diff --git a/powerapi-1.1.0.tar.gz b/powerapi-1.1.0.tar.gz index 5b48fd2576ca70d220cac432ce652ea6b3bc2e63..9b031096fcd3da8a06bf51e0d27a1193495a7273 100644 Binary files a/powerapi-1.1.0.tar.gz and b/powerapi-1.1.0.tar.gz differ diff --git a/powerapi.spec b/powerapi.spec index 1e3d4357c214337101b0876e86b1e2685888c75b..4c31ac29427b5a2c7b573bd8b164d0224bcf8d17 100644 --- a/powerapi.spec +++ b/powerapi.spec @@ -1,6 +1,6 @@ Name: powerapi Version: 1.1.0 -Release: 2 +Release: 3 Summary: The ability to support openEuler power consumption control. License: MulanPSL-2.0 @@ -68,13 +68,17 @@ systemctl stop pwrapis %{_sysconfdir}/systemd/system/pwrapis.service %changelog +* Wed May 29 2024 heppen - 1.1.0-3 +- Bug fix: fix build warning. +- Bug fix: export PWR_SYS_GetRtPowerInfo. +- Bug fix: data collection task intercept invalid task type. + * Sat May 25 2024 heppen - 1.1.0-2 - Bug fix: Incorrect passing of memory address for process list. * 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. - Fix bug: Coredump when CPU cores number exceed 248 or numa nodes exceed 16.