Troubleshoot and rectify sensitive information

This commit is contained in:
x30004928 2021-12-24 12:05:29 +08:00
parent 4bee2b699f
commit e041ea4939
4 changed files with 8 additions and 3 deletions

View File

@ -95,7 +95,7 @@ diff --git a/isomaker/oemaker.sh b/isomaker/oemaker.sh
index 74d923e..37196e5 100755 index 74d923e..37196e5 100755
--- a/isomaker/oemaker.sh --- a/isomaker/oemaker.sh
+++ b/isomaker/oemaker.sh +++ b/isomaker/oemaker.sh
@@ -144,6 +144,13 @@ function mk_euleros_main() @@ -144,6 +144,13 @@ function mk_oe_main()
return 1 return 1
fi fi
ls "${OUTPUT_DIR}/${EVE_SRC_ISO_NAME}" ls "${OUTPUT_DIR}/${EVE_SRC_ISO_NAME}"

Binary file not shown.

BIN
oemaker-2.0.2.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 Summary: a duilding tool for DVD ISO making and ISO cutting
License: Mulan PSL v2 License: Mulan PSL v2
Group: System/Management Group: System/Management
Version: 2.0.1 Version: 2.0.2
Release: 7 Release: 8
BuildRoot: %{_tmppath}/%{name} BuildRoot: %{_tmppath}/%{name}
Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -129,6 +129,11 @@ rm -rf %{buildroot}
rm -rf $RPM_BUILD_DIR/%{name} rm -rf $RPM_BUILD_DIR/%{name}
%changelog %changelog
* Fri Dec 24 2021 xyn-coder <xiangyuning@huawei.com> - 2.0.2-8
- ID:NA
- SUG:NA
- DESC: Troubleshoot and rectify sensitive information.
* Mon Dec 20 2021 xinsheng3 <xinsheng3@huawei.com> - 2.0.1-7 * Mon Dec 20 2021 xinsheng3 <xinsheng3@huawei.com> - 2.0.1-7
- ID:NA - ID:NA
- SUG:NA - SUG:NA