#3 Adding openssl-devel as BuildRequires
Merged 4 years ago by slankes. Opened 4 years ago by mruprich.
rpms/ mruprich/iperf3 master  into  master

file modified
+5 -1
@@ -1,6 +1,6 @@ 

  Name:           iperf3

  Version:        3.7

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        Measurement tool for TCP/UDP bandwidth performance

  

  License:        BSD
@@ -9,6 +9,7 @@ 

  BuildRequires:  libuuid-devel

  BuildRequires:  gcc

  BuildRequires:  lksctp-tools-devel

+ BuildRequires:  openssl-devel

  

  %description

  Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of
@@ -50,6 +51,9 @@ 

  %{_libdir}/*.so

  

  %changelog

+ * Wed Feb 19 2020 Michal Ruprich <mruprich@redhat.com> - 3.7-4

+ - Add openssl-devel to BuildRequires to enable authentization of client

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

After enabling SCTP, authentication is the last feature that is not enabled in iperf3. Simply adding one package during build should do the trick.

Pull-Request has been merged by slankes

4 years ago