From 76fd83c7cea8a17e4c7fa86c99bbf3f187eb6819 Mon Sep 17 00:00:00 2001 From: shdluan Date: Sat, 31 Jul 2021 09:14:21 +0000 Subject: [PATCH 1/2] update netperf.spec. --- netperf.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netperf.spec b/netperf.spec index e2a1194..3179ae8 100644 --- a/netperf.spec +++ b/netperf.spec @@ -19,7 +19,8 @@ netperf is a collection of many different network performance benchmarking tool %setup -q %build -%configure +%configure CFLAGS="$CLASS -fcommon" +%define debug_package %{nil} %{__make} %{_smp_mflags} %install -- Gitee From 125dba7751d5693fbf185ff2851050368eacd286 Mon Sep 17 00:00:00 2001 From: shdluan Date: Mon, 2 Aug 2021 07:24:35 +0000 Subject: [PATCH 2/2] update netperf.spec. --- netperf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netperf.spec b/netperf.spec index 3179ae8..70bafe2 100644 --- a/netperf.spec +++ b/netperf.spec @@ -2,7 +2,7 @@ Name: netperf Version: 2.7.0 -Release: 4 +Release: 5 Summary: A Performance benchmark testing tool fro TCP/UDP License: MIT URL: http://github.com/HewlettPackard/netperf @@ -51,6 +51,9 @@ netperf is a collection of many different network performance benchmarking tool %{_mandir}/man1/* %changelog +* Mon Aug 2 2021 shdluan - 2.7.0-5 +- fix pack failure when use gcc 10 + * Thu Jun 03 2021 zhaoyao - 2.7.0.-4 - fixs failed: gcc command not found. -- Gitee