!270 fix edge start error
From: @wangchong1995924 Reviewed-by: @zhuchunyi Signed-off-by: @zhuchunyi
This commit is contained in:
commit
47d54ff54c
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user