From 472ccf1198ef2b1818ef367509c8044e46feb2fe Mon Sep 17 00:00:00 2001 From: lw520203 <1823363429@qq.com> Date: Mon, 28 Apr 2025 11:09:54 +0800 Subject: [PATCH] add euler-copilot server (cherry picked from commit 451965b044c34f14fccb43684ec36ff0c53c1a7e) --- devstation_aarch64_rpmlist | 1 + devstation_x86_64_rpmlist | 1 + oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index a1b87cc..3bb52a5 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -190,3 +190,4 @@ roo-code uv python3-mcp nodejs-packaging +euler-copilot-web diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index 642b73c..17a227e 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -212,3 +212,4 @@ roo-code uv python3-mcp nodejs-packaging +euler-copilot-web diff --git a/oemaker.spec b/oemaker.spec index 4a0699f..bd2d6e2 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -15,7 +15,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.3.0 -Release: 11 +Release: 12 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -234,6 +234,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Mon May 26 2025 Liu Wang <1823363429@qq.com> - 3.3.0-12 +- ID:NA +- SUG:NA +- DESC: add euler-copilot-web server + * Wed May 07 2025 Liu Wang <1823363429@qq.com> - 3.3.0-11 - ID:NA - SUG:NA -- Gitee