From 022a0e55252f545aadbb469a19606195db3961e2 Mon Sep 17 00:00:00 2001 From: lw520203 <1823363429@qq.com> Date: Sat, 30 Aug 2025 17:19:07 +0800 Subject: [PATCH] add gurb2-efi-aa64/x64 dev-store software --- devstation_aarch64_rpmlist | 8 ++++++++ devstation_x86_64_rpmlist | 8 ++++++++ oemaker.spec | 7 ++++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index e5344ca..816e546 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -192,3 +192,11 @@ uv python3-mcp nodejs-packaging tigervnc +grub2-efi-aa64-modules +grub2-common +dev-store +python3-django-rest-framework +desktop-pet +xdotool +libxdo +libxdo-devel diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index 2ef7053..96e7600 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -214,3 +214,11 @@ uv python3-mcp nodejs-packaging tigervnc +grub2-efi-x64-modules +grub2-common +dev-store +python3-django-rest-framework +desktop-pet +xdotool +libxdo +libxdo-devel diff --git a/oemaker.spec b/oemaker.spec index 1b9aa4d..ad1347c 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: 14 +Release: 15 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -235,6 +235,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Sat Aug 30 2025 Liu Wang <1823363429@qq.com> - 3.3.0-15 +- ID:NA +- SUG:NA +- DESC: add grub2-efi-aa64/x64 dev-store software + * Mon Aug 04 2025 Liu Wang <1823363429@qq.com> - 3.3.0-14 - ID:NA - SUG:NA -- Gitee