diff --git a/glusterfs.spec b/glusterfs.spec index e8f5642..e77ac0e 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -1,15 +1,15 @@ +# No RDMA Support on s390(x) +%ifarch s390 s390x +%global _without_rdma 1 +%endif + %{?_without_rdma:%global _without_rdma --disable-ibverbs} %{?_without_epoll:%global _without_epoll --disable-epoll} %{?_with_fusermount:%gobal _with_fusermount --enable-fusermount} -# No RDMA Support on x390(x) -%ifarch s390 s390x -%{?_without_rdma:%global _without_rdma --disable-ibverbs} -%endif - Name: glusterfs Version: 3.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Clustered file-system Group: System Environment/Base @@ -331,6 +331,9 @@ if [ $1 -ge 1 ]; then fi %changelog +* Sat May 14 2011 Dan HorĂ¡k - 3.1.4-2 +- Disable RDMA support on s390(x) + * Tue May 10 2011 Jonathan Steffan - 3.1.4-1 - Update to 3.1.4