From 143a0ea5075f76b1ff25d48477fe4ff37fd845fb Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Thu, 3 Jun 2021 17:03:41 +0800 Subject: [PATCH] fix failed: gcc command not found. --- netperf.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/netperf.spec b/netperf.spec index 7d03d1f..e2a1194 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 @@ -50,6 +50,9 @@ netperf is a collection of many different network performance benchmarking tool %{_mandir}/man1/* %changelog +* Thu Jun 03 2021 zhaoyao - 2.7.0.-4 +- fixs failed: gcc command not found. + * Sat Sep 26 2020 hushiyuan - 2.7.0-3 * Delete install-info in post and preun -- Gitee