diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index 00280bfc9b28a0fab39b468f0e2f78db4cd2dab8..02d793fa91fa026ce963820d7379c6e49f6db9ff 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 b7485b552259ef975129fc968d807b27b5cba338..53f0bc96bd27a276732a4ec710c950d7931101f6 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 60996116496d5ad9514bca4a767513d9efa7c12b..40e40a6591e9674574e56e9f4c14c4b8080b439a 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