From b4b9341fc11af9a4576fa1f3e0d74320536a2b94 Mon Sep 17 00:00:00 2001 From: zhaolichang Date: Wed, 4 Dec 2024 14:33:04 +0800 Subject: [PATCH] delete libkperf and oeAware-manager in minimal install --- 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 64f137f..af171b3 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -312,8 +312,6 @@ dracut-network rdma-core selinux-policy-mls - oeAware-manager - libkperf diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 3257d24..8c754cd 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -312,8 +312,6 @@ dracut-network rdma-core selinux-policy-mls - oeAware-manager - libkperf diff --git a/oemaker.spec b/oemaker.spec index dc5b012..e7f7e4d 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -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: 13 +Release: 14 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -136,6 +136,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Dec 4 2024 zhaolichang - 2.0.3-14 +- ID:NA +- SUG:NA +- DESC: delete libkperf and oeAware-manager in minimal install + * Tue Dec 3 2024 zhaolichang - 2.0.3-13 - ID:NA - SUG:NA -- Gitee