(cherry picked from commit 416557237544c4e7fa8643246def3bb54e854ce0)
This commit is contained in:
heppen 2024-05-29 11:46:50 +08:00 committed by openeuler-sync-bot
parent 6cd9c690a3
commit e3b6cdd36c
2 changed files with 6 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: powerapi Name: powerapi
Version: 1.1.0 Version: 1.1.0
Release: 2 Release: 3
Summary: The ability to support openEuler power consumption control. Summary: The ability to support openEuler power consumption control.
License: MulanPSL-2.0 License: MulanPSL-2.0
@ -68,13 +68,17 @@ systemctl stop pwrapis
%{_sysconfdir}/systemd/system/pwrapis.service %{_sysconfdir}/systemd/system/pwrapis.service
%changelog %changelog
* Wed May 29 2024 heppen <hepeng68@huawei.com> - 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 <hepeng68@huawei.com> - 1.1.0-2 * Sat May 25 2024 heppen <hepeng68@huawei.com> - 1.1.0-2
- Bug fix: Incorrect passing of memory address for process list. - Bug fix: Incorrect passing of memory address for process list.
* Fri May 17 2024 heppen <hepeng68@huawei.com> - 1.1.0-1 * Fri May 17 2024 heppen <hepeng68@huawei.com> - 1.1.0-1
- Add some new APIs about proc/hbm/cpu. - Add some new APIs about proc/hbm/cpu.
* Wed Apr 3 2024 heppen <hepeng68@huawei.com> - 1.0.1-4 * Wed Apr 3 2024 heppen <hepeng68@huawei.com> - 1.0.1-4
- Add the dependency on ipmitool. - Add the dependency on ipmitool.
- Fix bug: Coredump when CPU cores number exceed 248 or numa nodes exceed 16. - Fix bug: Coredump when CPU cores number exceed 248 or numa nodes exceed 16.