From 2e0208f026a1987610a57964a34adedd557278da Mon Sep 17 00:00:00 2001 From: jinzhiguang Date: Mon, 29 Apr 2024 16:54:53 +0800 Subject: [PATCH] add BuildRequires and Requires to enable sctp option Signed-off-by: jinzhiguang --- iperf3.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/iperf3.spec b/iperf3.spec index 7cfdcb8..4d9392e 100644 --- a/iperf3.spec +++ b/iperf3.spec @@ -1,12 +1,13 @@ Name: iperf3 Version: 3.16 -Release: 1 +Release: 2 Summary: TCP,UDP,and SCTP network bandwidth measurement tool License: BSD URL: http://github.com/esnet/iperf Source0: https://github.com/esnet/iperf/archive/%{version}/iperf-%{version}.tar.gz -BuildRequires: libuuid-devel gcc +BuildRequires: libuuid-devel gcc lksctp-tools-devel +Requires: lksctp-tools %description Iperf is a tool for active measurements of the maximum achievable bandwidth @@ -53,6 +54,9 @@ mkdir -p %{buildroot}%{_mandir}/man1 %{_mandir}/man3/libiperf.3.gz %changelog +* Mon Apr 29 2024 jinzhiguang - 3.16-2 +- add BuildRequires and Requires to enable sctp option + * Sun Jan 14 2024 menmazqj - 3.16-1 - Update to 3.16