From c729176199fd17f4a06f2112bc234332e6d7f4f0 Mon Sep 17 00:00:00 2001 From: love_hangzhou Date: Mon, 7 Jun 2021 09:55:30 +0800 Subject: [PATCH] fix compile failed: gcc command not found --- netperf.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netperf.spec b/netperf.spec index 7d03d1f..640e172 100644 --- a/netperf.spec +++ b/netperf.spec @@ -2,13 +2,13 @@ Name: netperf Version: 2.7.0 -Release: 3 +Release: 4 Summary: A Performance benchmark testing tool fro TCP/UDP -License: HP no-commercial +License: MIT URL: http://github.com/HewlettPackard/netperf Source0: https://github.com/HewlettPackard/netperf/archive/%{name}-%{_version}.tar.gz -BuildRequires:texinfo texinfo-tex +BuildRequires:gcc texinfo texinfo-tex %description netperf is a collection of many different network performance benchmarking tools -- Gitee