[glusterfs] disable InfiniBand on s390(x) unconditionally

Dan Horák sharkcz at fedoraproject.org
Wed Jun 29 08:44:37 UTC 2011


commit 10e6d3fbdf9fd778b0200d4b2748ea1daca89232
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jun 29 10:44:23 2011 +0200

    disable InfiniBand on s390(x) unconditionally

 glusterfs.spec |    9 ++++++---
 1 files 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 <dan[at]danny.cz> - 3.2.1-3
+- disable InfiniBand on s390(x) unconditionally
+
 * Thu Jun 16 2011 Jonathan Steffan <jsteffan at fedoraproject.org> - 3.2.1-2
 - Fix Source0 URL
 


More information about the scm-commits mailing list