!836 add ppc64le support
From: @peng_zou Reviewed-by: @LemmyHuang Signed-off-by: @LemmyHuang
This commit is contained in:
commit
e77bf7f0b9
@ -4,7 +4,7 @@
|
|||||||
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
Summary: lwip is a small independent implementation of the TCP/IP protocol suite
|
||||||
Name: lwip
|
Name: lwip
|
||||||
Version: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://savannah.nongnu.org/projects/lwip/
|
URL: http://savannah.nongnu.org/projects/lwip/
|
||||||
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
Source0: http://download.savannah.nongnu.org/releases/lwip/%{name}-%{version}.zip
|
||||||
@ -127,7 +127,7 @@ BuildRequires: gcc-c++ dos2unix dpdk-devel
|
|||||||
|
|
||||||
#Requires:
|
#Requires:
|
||||||
|
|
||||||
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64
|
ExclusiveArch: x86_64 aarch64 loongarch64 sw_64 riscv64 ppc64le
|
||||||
|
|
||||||
%description
|
%description
|
||||||
lwip is a small independent implementation of the TCP/IP protocol suite.
|
lwip is a small independent implementation of the TCP/IP protocol suite.
|
||||||
@ -151,6 +151,9 @@ cd %{_builddir}/%{name}-%{version}/src
|
|||||||
%{_libdir}/liblwip.a
|
%{_libdir}/liblwip.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 5 2024 peng.zou <peng.zou@shingroup.cn> - 2.2.0-2
|
||||||
|
- add ppc64le support
|
||||||
|
|
||||||
* Mon Feb 05 2024 jiangheng <jiangheng14@huawei.com> - 2.2.0-1
|
* Mon Feb 05 2024 jiangheng <jiangheng14@huawei.com> - 2.2.0-1
|
||||||
- update to lwip-2.2.0
|
- update to lwip-2.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user