From 6942b550cccd34069c278df68019f87b93a53cb5 Mon Sep 17 00:00:00 2001 From: Tie Liu Date: Tue, 29 Aug 2023 14:30:58 +0800 Subject: [PATCH] fix issue can not find native-turbo.service (cherry picked from commit f18f14300a8357b42018b804db0cf6b6da0128a2) --- native-turbo.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/native-turbo.spec b/native-turbo.spec index 40aa4ee..ba96847 100644 --- a/native-turbo.spec +++ b/native-turbo.spec @@ -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 - 1.0.0-6 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC: fix issue can not find native-turbo.service + * Mon Jun 12 2023 liutie - 1.0.0-5 - Type:enhancement - ID:NA