From ebad6ae4601aec33e4fa29e28633ce184b61646e Mon Sep 17 00:00:00 2001 From: miao_kaibo Date: Mon, 10 May 2021 17:54:18 +0800 Subject: [PATCH] delete debugging from environment server-product-environment and virtualization-host-environment --- normal_aarch64.xml | 2 -- normal_x86_64.xml | 2 -- oemaker.spec | 7 ++++++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index f4a031b..09b947f 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -1617,7 +1617,6 @@ standard - debugging dns-server file-server ftp-server @@ -1646,7 +1645,6 @@ virtualization-hypervisor - debugging network-file-system-client remote-system-management openvswitch diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 1c9dd8a..6a8ea33 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -1619,7 +1619,6 @@ standard - debugging dns-server file-server ftp-server @@ -1648,7 +1647,6 @@ virtualization-hypervisor - debugging network-file-system-client remote-system-management openvswitch diff --git a/oemaker.spec b/oemaker.spec index 50c59d4..4477a45 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -11,7 +11,7 @@ Summary: a duilding tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 2.0.0 -Release: 1 +Release: 2 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -120,6 +120,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Mon May 10 2021 miao_kaibo - 2.0.0-2 +- ID:NA +- SUG:NA +- DESC: change for issue I3QOOK + * Wen Apr 7 2021 miao_kaibo - 2.0.0-1 - ID:NA - SUG:NA -- Gitee