fix edge iso start error

This commit is contained in:
wangchong1995924 2023-12-01 11:27:07 +08:00
parent ceca47d7e8
commit 7e9a560900
2 changed files with 7 additions and 1 deletions

View File

@ -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 <wangchong56@huawei.com> - 3.1.0-2
- ID:NA
- SUG:NA
- DESC: fix edge iso start error
* Mon Nov 20 2023 chenhuihan <chenhuihan@huawei.com> - 3.1.0-1
- ID:NA
- SUG:NA

View File

@ -1400,6 +1400,7 @@
<packagelist type="edge_x86_64">
<packagereq>grub2-pc</packagereq>
<packagereq>grub2-pc-modules</packagereq>
<packagereq>grub2-efi-x64</packagereq>
</packagelist>
<packagelist type="edge_common">
<packagereq>kubernetes</packagereq>