fix env restore bug

This commit is contained in:
c30025131 2023-10-23 09:39:37 +08:00
parent 080f5acd58
commit af9e7f1b31
2 changed files with 7 additions and 2 deletions

View File

@ -102,7 +102,7 @@ index 0000000..15f6311
+ fi
+}
+
+env_restore
+
diff --git a/isomaker/img_repo.sh b/isomaker/img_repo.sh
index 9135b39..5e956c7 100644
--- a/isomaker/img_repo.sh

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: 2.0.3
Release: 10
Release: 11
BuildRoot: %{_tmppath}/%{name}
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -135,6 +135,11 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name}
%changelog
* Mon Oct 23 2023 chenhuihan <chenhuihan@huawei.com> - 2.0.3-11
- ID:NA
- SUG:NA
- DESC: fix env restore bug
* Thu Oct 19 2023 chenhuihan <chenhuihan@huawei.com> - 2.0.3-10
- ID:NA
- SUG:NA