!5 [sync] PR-4: update version to v1.0.1

From: @openeuler-sync-bot 
Reviewed-by: @Lostwayzxc 
Signed-off-by: @Lostwayzxc
This commit is contained in:
openeuler-ci-bot 2024-05-11 06:44:09 +00:00 committed by Gitee
commit 5a11ed2f40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 4 additions and 23 deletions

View File

@ -1,21 +0,0 @@
From 695d4bc581a6ee0ddb77da748d51efb59e419baf Mon Sep 17 00:00:00 2001
From: fly_1997 <flylove7@outlook.com>
Date: Thu, 18 Apr 2024 14:25:41 +0800
Subject: [PATCH] add thread aware plugin config
---
thread_aware/thread_scenario.ini | 1 +
1 file changed, 1 insertion(+)
create mode 100644 thread_aware/thread_scenario.ini
diff --git a/thread_aware/thread_scenario.ini b/thread_aware/thread_scenario.ini
new file mode 100644
index 0000000..74b362f
--- /dev/null
+++ b/thread_aware/thread_scenario.ini
@@ -0,0 +1 @@
+redis
\ No newline at end of file
--
2.33.0

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: oeAware-scenario
Version: v1.0.0
Version: v1.0.1
Release: 1
Summary: %{name} provides low-overhead scenario awareness
License: MulanPSL2
URL: https://gitee.com/openeuler/%{name}
Source0: %{name}-%{version}.tar.gz
Patch1: add-thread-aware-plugin-config.patch
BuildRequires: cmake make gcc-c++
@ -32,6 +31,9 @@ install -D -m 0640 ./thread_aware/thread_scenario.ini %{buildroot}%{_libdir}/oeA
%attr(0440, root, root) %{_libdir}/oeAware-plugin/scenario/*.so
%changelog
* Sat May 11 2024 fly_1997 <flylove7@outlook.com> -v1.0.1-1
- update version to v1.0.1
* Thu Apr 18 2024 fly_1997 <flylove7@outlook.com> -v1.0.0-1
- Package init