Add BuildRequires libgfapi0 to fix /usr/bin/ld: cannot find -lgfapi
Signed-off-by: cherry530 <xuping33@huawei.com> (cherry picked from commit 870d24858187f535252541ef0dc173d298347257)
This commit is contained in:
parent
244dcaba73
commit
5a002b2317
@ -6,7 +6,7 @@
|
||||
Summary: The SCSI target daemon and utility programs
|
||||
Name: scsi-target-utils
|
||||
Version: 1.0.79
|
||||
Release: 2
|
||||
Release: 3
|
||||
License: GPLv2
|
||||
URL: http://stgt.sourceforge.net/
|
||||
Source0: https://github.com/fujita/tgt/archive/v%{version}/tgt-v%{version}.tar.gz
|
||||
@ -20,6 +20,7 @@ Patch2: 0003-default-config.patch
|
||||
Patch3: tgt-1.0.79-Adapt-to-glusterfs-api-7.6.3.patch
|
||||
|
||||
BuildRequires: docbook-style-xsl gcc libaio-devel libxslt perl-generators pkgconfig systemd-devel systemd-units
|
||||
BuildRequires: libgfapi0
|
||||
%if 0%{?with_rdma}
|
||||
BuildRequires: libibverbs-devel librdmacm-devel
|
||||
Requires: libibverbs librdmacm
|
||||
@ -117,6 +118,9 @@ pushd usr
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 24 2022 xu_ping <xuping33@huawei.com> - 1.0.79-3
|
||||
- Add BuildRequires libgfapi0 to fix /usr/bin/ld: cannot find -lgfapi
|
||||
|
||||
* Mon Jul 05 2021 wulei <wulei80@huawei.com> - 1.0.79-2
|
||||
- Remove redundant dependencies, Git is only for patching, user patcher instead.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user