修复几个问题
(cherry picked from commit 5a9110f238ebc433c029ab9e838ee2f9affa0209)
This commit is contained in:
parent
17f059d41a
commit
8ac346c109
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
Name: eagle
|
||||
Version: 1.1.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: eagle kit
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/eagle
|
||||
@ -70,6 +70,7 @@ then
|
||||
sed -i '/^admin=/s/$/,eagle/' $PWRAPI_CONF_FILE
|
||||
fi
|
||||
|
||||
sleep 5 # sleep for 5 seconds to wait for powerapi update admin list.
|
||||
systemctl start eagle.service
|
||||
|
||||
%preun
|
||||
@ -97,6 +98,12 @@ systemctl disable mpctool.service
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 20 2024 heppen<hepeng68@huawei.com> - 1.1.0-3
|
||||
- Bug fix: Ctrl Auth request on main thread, but release on socket thread.
|
||||
- Bug fix: Modify policy file but do not take effect.
|
||||
- Bug fix: IsNumStr returns false when the input string is a negative number.
|
||||
- Add instructions to the config file.
|
||||
|
||||
* Tue Jun 11 2024 heppen<hepeng68@huawei.com> - 1.1.0-2
|
||||
- Change eagle.service path to /usr/lib/systemd/system
|
||||
- Add libidle_service.so to eagle
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user