From 95cbced82248dfb69adeffd484f64f3653c5e3c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E9=B9=8F?= Date: Tue, 5 Mar 2024 10:58:50 +0800 Subject: [PATCH] add ppc64le support --- lwip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lwip.spec b/lwip.spec index f4d07f5..41f4621 100644 --- a/lwip.spec +++ b/lwip.spec @@ -4,7 +4,7 @@ Summary: lwip is a small independent implementation of the TCP/IP protocol suite Name: lwip Version: 2.2.0 -Release: 2 +Release: 3 License: BSD URL: http://savannah.nongnu.org/projects/lwip/ Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip @@ -127,7 +127,7 @@ BuildRequires: gcc-c++ dos2unix dpdk-devel #Requires: -ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64 +ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64 ppc64le %description lwip is a small independent implementation of the TCP/IP protocol suite. @@ -151,6 +151,9 @@ cd %{_builddir}/%{name}-%{version}/src %{_libdir}/liblwip.a %changelog +* Tue Mar 5 2024 peng.zou - 2.2.0-3 +- add ppc64le support + * Sun Feb 18 2024 jiangheng - 2.2.0-2 - remove backport patches - sys_mbox_new return error when rte ring create failed