From c83aa2d52105dbff5534d05af2fddc27e08991b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 2 Dec 2019 15:37:21 +0000 Subject: [PATCH] Disable RDMA on arm 32-bit (rhbz #1778517) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- libiscsi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libiscsi.spec b/libiscsi.spec index f74b70e..c15661c 100644 --- a/libiscsi.spec +++ b/libiscsi.spec @@ -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é - 1.18.0-9 +- Disable RDMA on arm 32-bit (rhbz #1778517) + * Thu Jul 25 2019 Fedora Release Engineering - 1.18.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild