!34 [sync] PR-31: fix issue can not find native-turbo.service

From: @openeuler-sync-bot 
Reviewed-by: @ironictwist 
Signed-off-by: @ironictwist
This commit is contained in:
openeuler-ci-bot 2024-04-09 09:06:14 +00:00 committed by Gitee
commit bb02215e96
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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