From c21936b039147dab5d635eed0fae7d957612abb3 Mon Sep 17 00:00:00 2001 From: shafeipaozi Date: Thu, 1 Feb 2024 23:42:04 +0800 Subject: [PATCH] support riscv --- lwip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lwip.spec b/lwip.spec index 2e0df55..10e5785 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.1.3 -Release: 114 +Release: 115 License: BSD URL: http://savannah.nongnu.org/projects/lwip/ Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip @@ -130,7 +130,7 @@ BuildRequires: gcc-c++ dos2unix dpdk-devel #Requires: -ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 +ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64 %description lwip is a small independent implementation of the TCP/IP protocol suite. @@ -154,6 +154,9 @@ cd %{_builddir}/%{name}-%{version}/src %{_libdir}/liblwip.a %changelog +* Tue Feb 1 2024 shafeipaozi - 2.1.3-115 +- add support riscv + * Tue Jan 30 2024 jiangheng - 2.1.3-114 - fix receive fin packet process error -- Gitee