From 1b53021d7d2c16ae90d479b4259bf607631cc2c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E9=B8=BF=E5=AE=87?= Date: Thu, 5 Jun 2025 11:06:40 +0800 Subject: [PATCH] replace euler-copilot-web with euler-copilot-desktop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 史鸿宇 --- devstation_aarch64_rpmlist | 2 +- devstation_x86_64_rpmlist | 2 +- oemaker.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index 3bb52a5..00280bf 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -165,6 +165,7 @@ oedp kernel-extra-modules epkg euler-copilot-shell +euler-copilot-desktop vscodium oegitext kf5-kcalendarcore-devel @@ -190,4 +191,3 @@ roo-code uv python3-mcp nodejs-packaging -euler-copilot-web diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index 17a227e..b7485b5 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -187,6 +187,7 @@ oedp kernel-extra-modules epkg euler-copilot-shell +euler-copilot-desktop vscodium oegitext kf5-kcalendarcore-devel @@ -212,4 +213,3 @@ roo-code uv python3-mcp nodejs-packaging -euler-copilot-web diff --git a/oemaker.spec b/oemaker.spec index af76170..c1db354 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: 10 +Release: 11 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 +* Wed Jun 04 2025 Shi Hongyu - 3.3.0-11 +- ID:NA +- SUG:NA +- DESC: replace euler-copilot-web with euler-copilot-desktop + * Mon May 26 2025 Liu Wang <1823363429@qq.com> - 3.3.0-10 - ID:NA - SUG:NA -- Gitee