fix edge start error

This commit is contained in:
wangchong1995924 2023-08-26 11:45:12 +08:00
parent bdd4a5d21b
commit 63dbedc7e4
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.0.4
Release: 1
Release: 2
BuildRoot: %{_tmppath}/%{name}
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -161,6 +161,11 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
* Sat Aug 26 2023 wangchong <wangchong56@huawei.com> - 3.0.4-2
- ID:NA
- SUG:NA
- DESC: fix edge start error
* Wed Aug 23 2023 xiangyuning <xiangyuning@huawei.com> - 3.0.4-1
- ID:NA
- SUG:NA

View File

@ -1394,6 +1394,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>