From 84bc7a2442583c8d44cec44e4033eaf954a6cbc4 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Mon, 27 Oct 2025 11:25:21 +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 6099611..40e40a6 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: 16 +Release: 17 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-17 +- devstation add grub2-efi-x86_64/aa64-modules packages + * Tue Oct 21 2025 Funda Wang - 3.3.0-16 - deprecate libsexy, it was dead upstream -- Gitee