update lwip version buildrequire

(cherry picked from commit 1f76214be3c56d7c3b85d871c93ed2a2e08ad5e6)
This commit is contained in:
yinbin 2023-10-14 17:02:01 +08:00 committed by openeuler-sync-bot
parent aa0225cbb7
commit 081a1c6f6f

View File

@ -2,14 +2,14 @@
Name: gazelle
Version: 1.0.2
Release: 5
Release: 6
Summary: gazelle is a high performance user-mode stack
License: MulanPSL-2.0
URL: https://gitee.com/openeuler/gazelle
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++
BuildRequires: lwip >= 2.1.3-76
BuildRequires: lwip >= 2.1.3-78
BuildRequires: dpdk-devel >= 21.11-5
BuildRequires: numactl-devel libpcap-devel libconfig-devel libboundscheck uthash-devel
@ -72,6 +72,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
%config(noreplace) %{conf_path}/ltran.conf
%changelog
* Sat Oct 14 2023 yinbin6 <yinbin8@huawei.com> - 1.0.2-6
- update lwip version buildrequire
* Fri Oct 13 2023 yinbin6 <yinbin8@huawei.com> - 1.0.2-5
- lstack_lwip: external api start with do_lwip_ prefix
- init: remove sync sem between lstack thread and main thread