From 10e6d3fbdf9fd778b0200d4b2748ea1daca89232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 29 Jun 2011 10:44:23 +0200 Subject: [PATCH] disable InfiniBand on s390(x) unconditionally --- glusterfs.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glusterfs.spec b/glusterfs.spec index b9a38b1..fbabf0f 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -2,14 +2,14 @@ %{?_without_epoll:%global _without_epoll --disable-epoll} %{?_with_fusermount:%gobal _with_fusermount --enable-fusermount} -# No RDMA Support on x390(x) +# No RDMA Support on s390(x) %ifarch s390 s390x -%{?_without_rdma:%global _without_rdma --disable-ibverbs} +%global _without_rdma --disable-ibverbs %endif Name: glusterfs Version: 3.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Clustered file-system Group: System Environment/Base @@ -332,6 +332,9 @@ if [ $1 -ge 1 ]; then fi %changelog +* Wed Jun 29 2011 Dan HorĂ¡k - 3.2.1-3 +- disable InfiniBand on s390(x) unconditionally + * Thu Jun 16 2011 Jonathan Steffan - 3.2.1-2 - Fix Source0 URL