!284 fix env restore bug

From: @chen-huihan 
Reviewed-by: @xyncoder, @zhuchunyi 
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2023-10-23 02:10:39 +00:00 committed by Gitee
commit f2c73129f6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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