From d021872770be6feb7f517819cf5ea20c9a26bc58 Mon Sep 17 00:00:00 2001 From: Jonathan Wright Date: Tue, 18 Jul 2023 09:57:39 -0500 Subject: [PATCH] fix path to patch file Signed-off-by: Jonathan Wright --- SPECS/iperf3.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/iperf3.spec b/SPECS/iperf3.spec index 8873272..307983e 100644 --- a/SPECS/iperf3.spec +++ b/SPECS/iperf3.spec @@ -6,7 +6,8 @@ Summary: Measurement tool for TCP/UDP bandwidth performance License: BSD URL: https://github.com/esnet/iperf Source0: https://github.com/esnet/iperf/archive/%{version}.tar.gz -Patch: https://patch-diff.githubusercontent.com/raw/esnet/iperf/pull/1543.patch#cve-2023-38403.patch +# https://patch-diff.githubusercontent.com/raw/esnet/iperf/pull/1543.patch +Patch: cve-2023-38403.patch BuildRequires: libuuid-devel BuildRequires: gcc BuildRequires: lksctp-tools-devel