Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/iperf3.git#ea25c8c2c67985e3e7558d9b0564ffc1b84c9a86
This commit is contained in:
DistroBaker 2021-02-04 05:47:34 +01:00
parent 170d3b5750
commit bd19f167f8
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: iperf3
Version: 3.9
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Measurement tool for TCP/UDP bandwidth performance
License: BSD
@ -10,6 +10,7 @@ BuildRequires: libuuid-devel
BuildRequires: gcc
BuildRequires: lksctp-tools-devel
BuildRequires: openssl-devel
BuildRequires: make
%description
Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
@ -51,6 +52,9 @@ rm -f %{buildroot}%{_libdir}/libiperf.la
%{_libdir}/*.so
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Oct 31 2020 Kevin Fenzi <kevin@scrye.com> - 3.9-5
- Update to 3.9. Fixes bug #1846161