diff --git a/oeAware-manager.spec b/oeAware-manager.spec index 1f4eef7..997d9ff 100644 --- a/oeAware-manager.spec +++ b/oeAware-manager.spec @@ -1,6 +1,6 @@ Name: oeAware-manager Version: v1.0.2 -Release: 1 +Release: 2 Summary: OeAware server and client License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -16,7 +16,7 @@ BuildRequires: gtest-devel gmock-devel Requires: oeAware-collector >= v1.0.2 Requires: oeAware-scenario >= v1.0.2 Requires: oeAware-tune >= v1.0.0 -Requires: graphviz yaml-cpp curl log4cplus boost +Requires: graphviz yaml-cpp curl log4cplus boost systemd %description %{name} provides server and client to manager plugins. @@ -41,6 +41,7 @@ install -D -p -m 0644 oeaware.service %{buildroot}%{_unitdir}/oeaware.service %post systemctl start oeaware.service +systemctl enable oeaware.service %files %attr(0750, root, root) %{_bindir}/oeaware @@ -49,6 +50,9 @@ systemctl start oeaware.service %attr(0644, root, root) %{_unitdir}/oeaware.service %changelog +* Thu Jun 27 2024 fly_1997 -v1.0.2-2 +- add enable automatic startup + * Thu Jun 20 2024 fly_1997 -v1.0.2-1 - update version to v1.0.2-1