sync add gazelle setup tools

(cherry picked from commit d5600729e92b96d09aa3fbc8c32614f60cee444c)
This commit is contained in:
jiangheng12 2023-02-06 11:36:27 +08:00 committed by openeuler-sync-bot
parent c1ba53f6be
commit c264ba7084
3 changed files with 3246 additions and 1 deletions

1962
0190-add-unitest.patch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
Name: gazelle
Version: 1.0.1
Release: 48
Release: 49
Summary: gazelle is a high performance user-mode stack
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/gazelle
@ -204,6 +204,8 @@ Patch9186: 0186-move-control_client_thread-creation-after-control_in.patch
Patch9187: 0187-add-ret-check-in-pthread_create-and-fix-example-bug.patch
Patch9188: 0188-add-log-message-when-wait-for-connecting-to-ltran.patch
Patch9189: 0189-add-gazelle-fuzz.patch
Patch9190: 0190-add-unitest.patch
Patch9191: 0191-add-gazelle-setup-tools.patch
%description
%{name} is a high performance user-mode stack.
@ -244,6 +246,10 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
%config(noreplace) %{conf_path}/ltran.conf
%changelog
* Mon Feb 6 2023 jiangheng12 <jiangheng14@huawei.com> - 1.0.1-49
- add gazelle setup tools
- add unitest
* Tue Jan 31 2023 kircher <majun65@huawei.com> - 1.0.1-48
- add gazelle fuzz
- add log message when wait for connecting to ltran