diff --git a/0310-DUMP-fix-build-error-of-oe2003-because-of-micro-is-n.patch b/0310-DUMP-fix-build-error-of-oe2003-because-of-micro-is-n.patch new file mode 100644 index 0000000..f78853c --- /dev/null +++ b/0310-DUMP-fix-build-error-of-oe2003-because-of-micro-is-n.patch @@ -0,0 +1,26 @@ +From 2def683d0139084f48dc15d118af1d78e687e1f0 Mon Sep 17 00:00:00 2001 +From: yinbin +Date: Wed, 18 Dec 2024 19:54:29 +0800 +Subject: [PATCH] DUMP: fix build error of oe2003 because of micro is not + defined. + +--- + src/lstack/core/lstack_dump.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/lstack/core/lstack_dump.c b/src/lstack/core/lstack_dump.c +index d415ddc..969ca2b 100644 +--- a/src/lstack/core/lstack_dump.c ++++ b/src/lstack/core/lstack_dump.c +@@ -14,6 +14,8 @@ + #include + #include + ++#include ++ + #include "lstack_cfg.h" + #include "lstack_log.h" + +-- +2.33.0 + diff --git a/gazelle.spec b/gazelle.spec index 790001d..9eee661 100644 --- a/gazelle.spec +++ b/gazelle.spec @@ -2,7 +2,7 @@ Name: gazelle Version: 1.0.2 -Release: 80 +Release: 81 Summary: gazelle is a high performance user-mode stack License: MulanPSL-2.0 URL: https://gitee.com/openeuler/gazelle @@ -326,6 +326,7 @@ Patch9306: 0306-fix-a-contention-issue-when-rpc-pools-are-added-to-r.patch Patch9307: 0307-openGauss-unsupport_tcp_optname.patch Patch9308: 0308-kernerl-bind-add-ipv6-add-check.patch Patch9309: 0309-Connect-execute-lwip-connect-if-dst_ip-and-host_ip-a.patch +Patch9310: 0310-DUMP-fix-build-error-of-oe2003-because-of-micro-is-n.patch %description %{name} is a high performance user-mode stack. @@ -367,6 +368,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b %config(noreplace) %{conf_path}/ltran.conf %changelog +* Thu Dec 19 2024 yinbin6 - 1.0.2-81 +- DUMP: fix build error of oe2003 because of micro is not defined. + * Wed Dec 18 2024 yinbin6 - 1.0.2-80 - Connect: execute lwip connect if dst_ip and host_ip are in the same network. - kernerl bind: add ipv6 add check