!33 [sync] PR-32: 修复多个bug
From: @openeuler-sync-bot Reviewed-by: @queyanwen Signed-off-by: @queyanwen
This commit is contained in:
commit
3136589868
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