修复几个问题
(cherry picked from commit 5a9110f238ebc433c029ab9e838ee2f9affa0209)
This commit is contained in:
parent
17f059d41a
commit
8ac346c109
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: eagle
|
Name: eagle
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: eagle kit
|
Summary: eagle kit
|
||||||
License: Mulan PSL v2
|
License: Mulan PSL v2
|
||||||
URL: https://gitee.com/openeuler/eagle
|
URL: https://gitee.com/openeuler/eagle
|
||||||
@ -70,6 +70,7 @@ then
|
|||||||
sed -i '/^admin=/s/$/,eagle/' $PWRAPI_CONF_FILE
|
sed -i '/^admin=/s/$/,eagle/' $PWRAPI_CONF_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sleep 5 # sleep for 5 seconds to wait for powerapi update admin list.
|
||||||
systemctl start eagle.service
|
systemctl start eagle.service
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -97,6 +98,12 @@ systemctl disable mpctool.service
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 11 2024 heppen<hepeng68@huawei.com> - 1.1.0-2
|
||||||
- Change eagle.service path to /usr/lib/systemd/system
|
- Change eagle.service path to /usr/lib/systemd/system
|
||||||
- Add libidle_service.so to eagle
|
- Add libidle_service.so to eagle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user