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