!67 [sync] PR-65: update numafast version

From: @openeuler-sync-bot 
Reviewed-by: @ksana123 
Signed-off-by: @ksana123
This commit is contained in:
openeuler-ci-bot 2024-09-11 03:36:54 +00:00 committed by Gitee
commit d7ffee1305
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 29 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From fed0fb694fc7d83085306155a2b4021d537143bb Mon Sep 17 00:00:00 2001
From: fly_1997 <flylove7@outlook.com>
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

View File

@ -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 <flylove7@outlook.com> -v1.0.2-4
- update numafast version
* Mon Jul 8 2024 fly_1997 <flylove7@outlook.com> -v1.0.2-3
- add automatic startup based on the version
- fix coredump when process exits