From aeb7d57fb9397405336d41a1bd4462a3b11cbf43 Mon Sep 17 00:00:00 2001 From: fly_1997 Date: Mon, 9 Sep 2024 19:49:25 +0800 Subject: [PATCH] update numafast version (cherry picked from commit 35100e89d5957f839746ca606849a736005cf406) --- 0004-update-numafast-version.patch | 24 ++++++++++++++++++++++++ oeAware-manager.spec | 6 +++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 0004-update-numafast-version.patch diff --git a/0004-update-numafast-version.patch b/0004-update-numafast-version.patch new file mode 100644 index 0000000..4209448 --- /dev/null +++ b/0004-update-numafast-version.patch @@ -0,0 +1,24 @@ +From fed0fb694fc7d83085306155a2b4021d537143bb Mon Sep 17 00:00:00 2001 +From: fly_1997 +Date: Tue, 3 Sep 2024 08:13:57 +0800 +Subject: [PATCH] update numafast version + +--- + config.yaml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/config.yaml b/config.yaml +index 54689d0..10761e7 100644 +--- a/config.yaml ++++ b/config.yaml +@@ -5,4 +5,4 @@ plugin_list: + - name: numafast + description: numafast is a userspace tool designed for Kunpeng Chips that aims to improve + system performance by reducing cross-NUMA memory access. +- url: https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS-SP4/extras/aarch64/Packages/n/numafast-v2.0.0-1.aarch64.rpm +\ No newline at end of file ++ url: https://repo.oepkgs.net/openeuler/rpm/openEuler-22.03-LTS-SP4/extras/aarch64/Packages/n/numafast-v2.0.1-1.aarch64.rpm +\ No newline at end of file +-- +2.33.0 + diff --git a/oeAware-manager.spec b/oeAware-manager.spec index 8724fe9..c1987bf 100644 --- a/oeAware-manager.spec +++ b/oeAware-manager.spec @@ -1,6 +1,6 @@ Name: oeAware-manager Version: v1.0.2 -Release: 3 +Release: 4 Summary: OeAware server and client License: MulanPSL2 URL: https://gitee.com/openeuler/%{name} @@ -8,6 +8,7 @@ Source0: %{name}-%{version}.tar.gz Patch1: 0001-plugin_mgr-logger-apppend-to-logfile-rather-than-tru.patch Patch2: 0002-fix-threads-are-still-bound-after-systemctl-stop-oea.patch Patch3: 0003-fix-coredump-when-process-exits.patch +Patch4: 0004-update-numafast-version.patch BuildRequires: cmake make gcc-c++ BuildRequires: boost-devel @@ -58,6 +59,9 @@ fi %attr(0644, root, root) %{_unitdir}/oeaware.service %changelog +* Thu Sep 5 2024 fly_1997 -v1.0.2-4 +- update numafast version + * Mon Jul 8 2024 fly_1997 -v1.0.2-3 - add automatic startup based on the version - fix coredump when process exits