From 6a512fd4f527a0ff8cca60a774be4bb42aa8c2f8 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Mon, 7 Jun 2021 16:58:25 +0800 Subject: [PATCH] add build requires for resolving building errors --- fabtests.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fabtests.spec b/fabtests.spec index 2ba4788..01dd10b 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -1,11 +1,11 @@ Name: fabtests Version: 1.6.1 -Release: 3 +Release: 4 Summary: libfabric API test suite License: BSD and (BSD or GPLv2) and MIT Url: https://github.com/ofiwg/fabtests Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2 -BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc +BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc git %description Fabtests provides a set of examples that uses libfabric @@ -36,5 +36,9 @@ Documentation for user of fabtests. %{_mandir}/man7/* %changelog +* Wed Jun 2 2021 baizhonggui - 1.6.1-4 +- Fix building error: /usr/bin/git: No such file or directory +- Add git in BuildRequires + * Tue Apr 21 2020 Jeffery.Gao - 1.6.1-3 - Package init