From d8295f8bd14a07083cf3a1c497250a8ac58d664ba2bcd9c33e514f68b72c4fe6 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 26 Mar 2014 19:16:02 +0000 Subject: [PATCH] fix source URL OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=12 --- iperf.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/iperf.spec b/iperf.spec index ca3af35..1fac2d8 100644 --- a/iperf.spec +++ b/iperf.spec @@ -24,8 +24,7 @@ Summary: A tool to measure network performance License: BSD-3-Clause Group: Productivity/Networking/Diagnostic Url: https://github.com/esnet/iperf -# DL from https://github.com/esnet/iperf/archive/%%{version}.tar.gz -Source: %{name}-%{version}.tar.gz +Source: https://github.com/esnet/iperf/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM -- Prevent a possible buffer overflow in strcat Patch0: iperf-3.0.2_strncat_bufferoverflow.patch # PATCH-FIX-OPENSUSE -- Disable profiling on i586, as option -pg conflicts with -fomit-frame-pointer