Update to 3.7. Fixes bug #1723020
This commit is contained in:
parent
e25d139de0
commit
0dabb08e1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/iperf-3.4.tar.gz
|
/iperf-3.4.tar.gz
|
||||||
/iperf-3.5.tar.gz
|
/iperf-3.5.tar.gz
|
||||||
/iperf-3.6.tar.gz
|
/iperf-3.6.tar.gz
|
||||||
|
/iperf-3.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: iperf3
|
Name: iperf3
|
||||||
Version: 3.6
|
Version: 3.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Measurement tool for TCP/UDP bandwidth performance
|
Summary: Measurement tool for TCP/UDP bandwidth performance
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -39,7 +39,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
|
|||||||
rm -f %{buildroot}%{_libdir}/libiperf.la
|
rm -f %{buildroot}%{_libdir}/libiperf.la
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md LICENSE RELEASE_NOTES
|
%doc README.md LICENSE RELNOTES.md
|
||||||
%{_mandir}/man1/iperf3.1.gz
|
%{_mandir}/man1/iperf3.1.gz
|
||||||
%{_mandir}/man3/libiperf.3.gz
|
%{_mandir}/man3/libiperf.3.gz
|
||||||
%{_bindir}/iperf3
|
%{_bindir}/iperf3
|
||||||
@ -50,6 +50,9 @@ rm -f %{buildroot}%{_libdir}/libiperf.la
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 22 2019 Kevin Fenzi <kevin@scrye.com> - 3.7-1
|
||||||
|
- Update to 3.7. Fixes bug #1723020
|
||||||
|
|
||||||
* Tue Feb 26 2019 Tomas Korbar <tkorbar@redhat.com> - 3.6-5
|
* Tue Feb 26 2019 Tomas Korbar <tkorbar@redhat.com> - 3.6-5
|
||||||
- Add lksctp-tools-devel to BuildRequires
|
- Add lksctp-tools-devel to BuildRequires
|
||||||
- Fix bug #1647385
|
- Fix bug #1647385
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (iperf-3.6.tar.gz) = 322a6893ad28c6ce9c9849e8a0326408ed76f09bbb13591c01c3d051bd4777a2acdb8f5032b9d1bb37d47ad3818d8b18ab6c0be4d40559040eb7e57bbfc06f39
|
SHA512 (iperf-3.7.tar.gz) = 9b8d1ac6bdebb00e38e196db9a71ae6ff3b8b763cd4b1336d078c31f6d0a5ab53bbe70ba949c601af5efe674dbd032ed5d58a761d5159dae4e50122b68a8f086
|
||||||
|
Loading…
Reference in New Issue
Block a user