delete -S git from %autosetup, and delete BuildRequires git
This commit is contained in:
parent
2df0216612
commit
3912954985
@ -1,11 +1,11 @@
|
|||||||
Name: fabtests
|
Name: fabtests
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: libfabric API test suite
|
Summary: libfabric API test suite
|
||||||
License: BSD and (BSD or GPLv2) and MIT
|
License: BSD and (BSD or GPLv2) and MIT
|
||||||
Url: https://github.com/ofiwg/fabtests
|
Url: https://github.com/ofiwg/fabtests
|
||||||
Source: https://github.com/ofiwg/fabtests/releases/download/v%{version}/fabtests-%{version}.tar.bz2
|
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
|
%description
|
||||||
Fabtests provides a set of examples that uses libfabric
|
Fabtests provides a set of examples that uses libfabric
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ Requires: fabtests = %{version}-%{release}
|
|||||||
Documentation for user of fabtests.
|
Documentation for user of fabtests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n fabtests-%{version} -p1 -S git
|
%autosetup -n fabtests-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-valgrind
|
%configure --with-valgrind
|
||||||
@ -36,6 +36,9 @@ Documentation for user of fabtests.
|
|||||||
%{_mandir}/man7/*
|
%{_mandir}/man7/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.6.1-5
|
||||||
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.6.1-4
|
* Wed Jun 2 2021 baizhonggui <baizhonggui@huawei.com> - 1.6.1-4
|
||||||
- Fix building error: /usr/bin/git: No such file or directory
|
- Fix building error: /usr/bin/git: No such file or directory
|
||||||
- Add git in BuildRequires
|
- Add git in BuildRequires
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user