From a4c5647f01813290794f24d8cab5423caf7527ec Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Fri, 4 Jun 2021 16:39:57 +0800 Subject: [PATCH] fix failed: gcc command not found. --- perftest.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perftest.spec b/perftest.spec index d09e402..ceaf855 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,13 +1,13 @@ Name: perftest Version: 4.2 -Release: 4 +Release: 5 License: GPLv2 or BSD Summary: RDMA Performance Testing Tools Url: https://github.com/linux-rdma/perftest Source: https://github.com/linux-rdma/%{name}/releases/download/V4.2-0.8/perftest-4.2-0.8.g0e24e67.tar.gz -BuildRequires: libibverbs-devel >= 1.2.0 librdmacm-devel >= 1.0.21 libibumad-devel >= 1.3.10.2 +BuildRequires: gcc libibverbs-devel >= 1.2.0 librdmacm-devel >= 1.0.21 libibumad-devel >= 1.3.10.2 Obsoletes: openib-perftest < 1.3 %description @@ -30,5 +30,8 @@ done %_bindir/* %changelog +* Web 02 Jun 2021 zhaoyao - 4.2-5 +- fixs faileds: /bin/sh: gcc: command not found. + * Tue Nov 13 2019 Shuaishuai Song - 4.2-4 - Package init