From c4393435e1fbc80327380e240355caa8202d0df4 Mon Sep 17 00:00:00 2001 From: "tcc@hello" Date: Fri, 19 Jan 2024 10:03:44 +0000 Subject: [PATCH] update perftest.spec. Fix missing required libs, e.g. libibverbs. Signed-off-by: tcc@hello --- perftest.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perftest.spec b/perftest.spec index 0d2037f..c49d33d 100644 --- a/perftest.spec +++ b/perftest.spec @@ -1,6 +1,6 @@ Name: perftest Version: 4.5 -Release: 5 +Release: 6 License: GPLv2 or BSD Summary: RDMA Performance Testing Tools Url: https://github.com/linux-rdma/perftest @@ -17,7 +17,7 @@ Patch8: 0008-Get-CPU-MHz-on-RISC-V.patch Patch9: 0009-Get-CPU-cycles-on-RISC-V.patch BuildRequires: automake gcc libibverbs-devel >= 1.2.0 librdmacm-devel >= 1.0.21 libibumad-devel >= 1.3.10.2 -BuildRequires: pciutils-devel +BuildRequires: pciutils-devel libibverbs librdmacm libibumad BuildRequires: guile Obsoletes: openib-perftest < 1.3 @@ -41,6 +41,12 @@ done %_bindir/* %changelog +* Fri Jan 19 2024 Chengchang Tang - 4.5-6 +- Type: bugfix +- ID: NA +- SUG: NA +- DESC: fix missing required libs + * Mon Jul 03 2023 Xiaoqian Lv - 4.5-5 - Type: enhancement - ID: NA