fix issue can not find native-turbo.service

(cherry picked from commit f18f14300a8357b42018b804db0cf6b6da0128a2)
This commit is contained in:
Tie Liu 2023-08-29 14:30:58 +08:00 committed by openeuler-sync-bot
parent 2a77b4a778
commit 6942b550cc

View File

@ -3,7 +3,7 @@
%global __cargo_common_opts %{?__cargo_common_opts} --all
Name: native-turbo
Version: 1.0.0
Release: 5
Release: 6
Summary: Numa Aware Scheduling
License: Mulan PSL v2
URL: https://gitee.com/openeuler/native-turbo
@ -80,16 +80,13 @@ install -m 755 $RPM_BUILD_DIR/objreloc $RPM_BUILD_ROOT%{_bindir}/
%doc
%post
%systemd_post %{name}.service
%preun
%systemd_preun %{name}.service
%postun
%systemd_postun_with_restart %{name}.service
%changelog
* Tue Aug 29 2023 liutie <liutie4@huawei.com> - 1.0.0-6
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: fix issue can not find native-turbo.service
* Mon Jun 12 2023 liutie <liutie4@huawei.com> - 1.0.0-5
- Type:enhancement
- ID:NA