From 62b142483de1216a6b560d361673b15835f5f920 Mon Sep 17 00:00:00 2001 From: zhaolichang Date: Tue, 3 Dec 2024 21:41:41 +0800 Subject: [PATCH] add libkperf and oeAware-manager --- normal_aarch64.xml | 2 ++ normal_x86_64.xml | 2 ++ oemaker.spec | 7 ++++++- rpmlist.xml | 2 ++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 8548735..7107b92 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -308,6 +308,8 @@ dracut-network rdma-core selinux-policy-mls + oeAware-manager + libkperf diff --git a/normal_x86_64.xml b/normal_x86_64.xml index 1f78ddf..68069ed 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -308,6 +308,8 @@ dracut-network rdma-core selinux-policy-mls + oeAware-manager + libkperf diff --git a/oemaker.spec b/oemaker.spec index dd9368f..979c079 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: 3.2.0 -Release: 3 +Release: 4 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -186,6 +186,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Dec 3 2024 zhaolichang - 3.2.0-4 +- ID:NA +- SUG:NA +- DESC: add libkperf and oeAware-manager + * Wed Sep 18 2024 xiangyuning - 3.2.0-3 - ID:NA - SUG:NA diff --git a/rpmlist.xml b/rpmlist.xml index 5e553ce..1a0214b 100644 --- a/rpmlist.xml +++ b/rpmlist.xml @@ -1380,6 +1380,8 @@ jemalloc-devel DCF opengauss + oeAware-manager + libkperf grub2-efi-aa64 -- Gitee