From 8b4a0f3b1ea61798ab56677a2d9ab09eac51d870 Mon Sep 17 00:00:00 2001 From: lw520203 <1823363429@qq.com> Date: Tue, 21 Oct 2025 11:20:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0grub2-efi-x86=5F64/aa64-modul?= =?UTF-8?q?es=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devstation_aarch64_rpmlist | 2 ++ devstation_x86_64_rpmlist | 2 ++ oemaker.spec | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index 00280bf..02d793f 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -191,3 +191,5 @@ roo-code uv python3-mcp nodejs-packaging +grub2-efi-aa64-modules +grub2-common diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index b7485b5..53f0bc9 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -213,3 +213,5 @@ roo-code uv python3-mcp nodejs-packaging +grub2-efi-x64-modules +grub2-common diff --git a/oemaker.spec b/oemaker.spec index e38314e..7dae3d7 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: 15 +Release: 16 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -237,6 +237,9 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Oct 21 2025 Liu Wang <1823363429@qq.com> - 3.3.0-16 +- devstation add grub2-efi-x86_64/aa64-modules packages + * Thu Oct 9 2025 yixiangzhike - 3.3.0-15 - compatible with single-line no-newline configuration -- Gitee