update version to v1.0.1

(cherry picked from commit 98ee9c02cef3e7689ca7cf302bb18a133cb117e2)
This commit is contained in:
fly_1997 2024-05-11 10:21:48 +08:00 committed by openeuler-sync-bot
parent 126ac305ee
commit dd1d47b5a7
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