🐞 fix: Delete the unnecessary comma in the configuration file
(cherry picked from commit fd332c6f61487bf0c7ddc6daf388835db2950d56)
This commit is contained in:
parent
4d59cfb3ef
commit
ba29609452
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: powerapi
|
Name: powerapi
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 7
|
Release: 8
|
||||||
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
|
||||||
@ -65,9 +65,11 @@ systemctl stop pwrapis
|
|||||||
%{_sysconfdir}/sysconfig/pwrapis/*
|
%{_sysconfdir}/sysconfig/pwrapis/*
|
||||||
%dir %{_includedir}/pwrapic
|
%dir %{_includedir}/pwrapic
|
||||||
%{_includedir}/pwrapic/*
|
%{_includedir}/pwrapic/*
|
||||||
%{_sysconfdir}/systemd/system/pwrapis.service
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 20 2024 heppen <hepeng68@huawei.com> - 1.1.0-8
|
||||||
|
- Bug fix: Delete the unnecessary comma in the configuration file
|
||||||
|
|
||||||
* Thu Jun 18 2024 heppen <hepeng68@huawei.com> - 1.1.0-7
|
* Thu Jun 18 2024 heppen <hepeng68@huawei.com> - 1.1.0-7
|
||||||
- Bug fix: expand msg buffer, wrong code of check if buffer full.
|
- Bug fix: expand msg buffer, wrong code of check if buffer full.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user