Rectify the failure to copy yum.repos.d and cancel the background execution of create_install_img.

This commit is contained in:
x30009450 2021-12-20 20:35:58 +08:00
parent 645f185ef8
commit a3edcbe194
3 changed files with 8 additions and 2 deletions

Binary file not shown.

BIN
oemaker-2.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -10,8 +10,8 @@ Name: oemaker
Summary: a duilding tool for DVD ISO making and ISO cutting
License: Mulan PSL v2
Group: System/Management
Version: 2.0.0
Release: 6
Version: 2.0.1
Release: 7
BuildRoot: %{_tmppath}/%{name}
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -128,6 +128,12 @@ rm -rf $RPM_BUILD_ROOT/*
rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
* Mon Dec 20 2021 xinsheng3 <xinsheng3@huawei.com> - 2.0.1-7
- ID:NA
- SUG:NA
- DESC: Rectify the failure to copy yum.repos.d and cancel the background execution of create_install_img.
%changelog
* Thu Oct 14 2021 miao_kaibo <miaokaibo@outlook.com> - 2.0.0-6
- ID:NA