!291 fix edge iso start error

From: @wangchong1995924 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2023-12-01 06:23:48 +00:00 committed by Gitee
commit d9563399de
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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>