diff --git a/powerapi-1.1.0.tar.gz b/powerapi-1.1.0.tar.gz index de116c35d276de6df6f8ba4b7378e46f8590b882..dc567002a8cbdb48184e4f527ce3ad5e023bb914 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 6262c7814fbb7ea8ee59124c071f8149491e9f62..cd659f134aa226def41afda90ba086f24461cf70 100644 --- a/powerapi.spec +++ b/powerapi.spec @@ -1,6 +1,6 @@ Name: powerapi Version: 1.1.0 -Release: 6 +Release: 8 Summary: The ability to support openEuler power consumption control. License: MulanPSL-2.0 @@ -65,9 +65,14 @@ systemctl stop pwrapis %{_sysconfdir}/sysconfig/pwrapis/* %dir %{_includedir}/pwrapic %{_includedir}/pwrapic/* -%{_sysconfdir}/systemd/system/pwrapis.service %changelog +* Thu Jun 20 2024 heppen - 1.1.0-8 +- Bug fix: Delete the unnecessary comma in the configuration file + +* Thu Jun 18 2024 heppen - 1.1.0-7 +- Bug fix: expand msg buffer, wrong code of check if buffer full. + * Wed Jun 12 2024 Zihao Xue - 1.1.0-6 - Bug fix: heap buffer overflow caused by sending incomplete strings. - Bug fix: too long strings into QueryProcs causes services broke down.