Disable RDMA on arm 32-bit (rhbz #1778517)
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
1e5caa9e8d
commit
c83aa2d521
@ -1,7 +1,7 @@
|
||||
Name: libiscsi
|
||||
Summary: iSCSI client library
|
||||
Version: 1.18.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/sahlberg/%{name}
|
||||
|
||||
@ -24,7 +24,9 @@ BuildRequires: libtool
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: CUnit-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: rdma-core-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
libiscsi is a library for attaching to iSCSI resources across
|
||||
@ -108,6 +110,9 @@ The libiscsi-devel package includes the header files for libiscsi.
|
||||
%{_libdir}/pkgconfig/libiscsi.pc
|
||||
|
||||
%changelog
|
||||
* Mon Dec 2 2019 Daniel P. Berrangé <berrange@redhat.com> - 1.18.0-9
|
||||
- Disable RDMA on arm 32-bit (rhbz #1778517)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user