From 39129549852db0b4a08f530149d57dc8f74db092 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:37:20 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- fabtests.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fabtests.spec b/fabtests.spec index 01dd10b..f065653 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -1,11 +1,11 @@ Name: fabtests Version: 1.6.1 -Release: 4 +Release: 5 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 git +BuildRequires: libfabric-devel >= %{version} valgrind-devel gcc %description Fabtests provides a set of examples that uses libfabric @@ -17,7 +17,7 @@ Requires: fabtests = %{version}-%{release} Documentation for user of fabtests. %prep -%autosetup -n fabtests-%{version} -p1 -S git +%autosetup -n fabtests-%{version} -p1 %build %configure --with-valgrind @@ -36,6 +36,9 @@ Documentation for user of fabtests. %{_mandir}/man7/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.6.1-5 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Wed Jun 2 2021 baizhonggui - 1.6.1-4 - Fix building error: /usr/bin/git: No such file or directory - Add git in BuildRequires