From 7e9a5609003b2cd5fa797a78d20a8e252c3a562c Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Fri, 1 Dec 2023 11:27:07 +0800 Subject: [PATCH] fix edge iso start error --- oemaker.spec | 7 ++++++- rpmlist.xml | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/oemaker.spec b/oemaker.spec index 199c8aa..8c14c4f 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.1.0 -Release: 1 +Release: 2 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -172,6 +172,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Fri Dec 1 2023 wangchong - 3.1.0-2 +- ID:NA +- SUG:NA +- DESC: fix edge iso start error + * Mon Nov 20 2023 chenhuihan - 3.1.0-1 - ID:NA - SUG:NA diff --git a/rpmlist.xml b/rpmlist.xml index be629e8..8bf0b96 100644 --- a/rpmlist.xml +++ b/rpmlist.xml @@ -1400,6 +1400,7 @@ grub2-pc grub2-pc-modules + grub2-efi-x64 kubernetes -- Gitee