From 80d99a4a962a4768352af2d76cce80d4b7217578 Mon Sep 17 00:00:00 2001 From: lw520203 <1823363429@qq.com> Date: Tue, 8 Apr 2025 18:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0vscodium=E7=9A=84=E4=BE=9D?= =?UTF-8?q?=E8=B5=96nodejs-packaging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit b1d0c24a9e593fe981543801dff9a811b9ac377e) --- 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 f1e5c87..a1b87cc 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -189,3 +189,4 @@ yelp-tools roo-code uv python3-mcp +nodejs-packaging diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index 414034f..642b73c 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -211,3 +211,4 @@ yelp-tools roo-code uv python3-mcp +nodejs-packaging diff --git a/oemaker.spec b/oemaker.spec index 48ab470..4a0699f 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 May 07 2025 Liu Wang <1823363429@qq.com> - 3.3.0-11 +- ID:NA +- SUG:NA +- DESC: add nodejs-packaging dependency + * Mon Apr 28 2025 Liu Wang <1823363429@qq.com> - 3.3.0-10 - ID:NA - SUG:NA -- Gitee