From 3d27324e34ab0ee01a64dae47f58b37d3a45f130 Mon Sep 17 00:00:00 2001 From: jinsaihang Date: Tue, 9 Sep 2025 02:43:43 +0000 Subject: [PATCH 1/2] test build process Signed-off-by: jinsaihang --- test.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..e69de29 -- Gitee From 5c0bf41f91d57f99524eaacb5a774484fc093f9c Mon Sep 17 00:00:00 2001 From: jinsaihang Date: Fri, 12 Sep 2025 07:59:57 +0000 Subject: [PATCH 2/2] remove tune-openapi.service and tune-mcpserver.service Signed-off-by: jinsaihang --- atune.spec | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/atune.spec b/atune.spec index 3e567b6..3be76ec 100755 --- a/atune.spec +++ b/atune.spec @@ -3,7 +3,7 @@ Summary: AI auto tuning system Name: atune Version: 1.2.0 -Release: 6 +Release: 7 License: MulanPSL-2.0 URL: https://gitee.com/openeuler/A-Tune Source: https://gitee.com/openeuler/A-Tune/repository/archive/v%{version}.tar.gz @@ -156,18 +156,6 @@ exit 0 %postun rest %systemd_postun_with_restart atune-rest.service -%post -n copilot-tune -%systemd_post tune-mcpserver.service -%systemd_post tune-openapi.service - -%preun -n copilot-tune -%systemd_preun tune-mcpserver.service -%systemd_preun tune-openapi.service - -%postun -n copilot-tune -%systemd_postun_with_restart tune-mcpserver.service -%systemd_postun_with_restart tune-openapi.service - %files %license License/LICENSE %defattr(0640,root,root,0750) @@ -236,11 +224,7 @@ exit 0 %attr(0550,root,root) %{python3_sitelib}/src %exclude %{python3_sitelib}/src/__pycache__ %attr(0550,root,root) %{python3_sitelib}/copilot_tune-*-py*.egg-info/ -%attr(0550,root,root) %{_bindir}/tune-openapi -%attr(0550,root,root) %{_bindir}/tune-mcpserver %attr(0550,root,root) %{_bindir}/copilot-tune -%attr(0640,root,root) %{_unitdir}/tune-mcpserver.service -%attr(0640,root,root) %{_unitdir}/tune-openapi.service %attr(0750,root,root) %dir /etc/copilot-tune %attr(0750,root,root) %dir /etc/copilot-tune/config %attr(0750,root,root) %dir /etc/copilot-tune/scripts -- Gitee