add build requires constraints on lwip version

(cherry picked from commit f9f1f8e3fd09fa3a8dd9bafe868e9d2d3173211c)
This commit is contained in:
jiangheng 2023-06-28 01:44:19 +08:00 committed by openeuler-sync-bot
parent be1017daba
commit f7e77eca17

View File

@ -2,17 +2,18 @@
Name: gazelle
Version: 1.0.1
Release: 69
Release: 70
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++ lwip
BuildRequires: dpdk-devel >= 19.11
BuildRequires: cmake gcc-c++
BuildRequires: lwip >= 2.1.3-75
BuildRequires: dpdk-devel >= 19.11-23
BuildRequires: numactl-devel libpcap-devel libconfig-devel libboundscheck uthash-devel
Requires: dpdk >= 19.11
Requires: dpdk >= 19.11-23
Requires: numactl libpcap libconfig libboundscheck
Patch9001: 0001-fix-compile-error-unuse-result.patch
@ -316,6 +317,9 @@ install -Dpm 0640 %{_builddir}/%{name}-%{version}/src/ltran/ltran.conf %{b
%config(noreplace) %{conf_path}/ltran.conf
%changelog
* Fri Jun 30 2023 jiangheng12 <jiangheng14@huawei.com> - 1.0.1-70
- add build requires constraints on lwip version
* Tue Jun 27 2023 jiangheng12 <jiangheng14@huawei.com> - 1.0.1-69
- add udp_enable to turn off udp in need