From 7f7c6a41f84dd97e4fa82ea2c9fc5111aa97eb40 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Feb 19 2020 13:37:19 +0000 Subject: Adding openssl-devel as BuildRequires --- diff --git a/iperf3.spec b/iperf3.spec index 4e67253..32fd56b 100644 --- a/iperf3.spec +++ b/iperf3.spec @@ -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 @@ Source0: http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz 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 @@ rm -f %{buildroot}%{_libdir}/libiperf.la %{_libdir}/*.so %changelog +* Wed Feb 19 2020 Michal Ruprich - 3.7-4 +- Add openssl-devel to BuildRequires to enable authentization of client + * Wed Jan 29 2020 Fedora Release Engineering - 3.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild