Disable RDMA support on s390(x)
This commit is contained in:
parent
7114d39820
commit
a4a755692c
@ -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_rdma:%global _without_rdma --disable-ibverbs}
|
||||||
%{?_without_epoll:%global _without_epoll --disable-epoll}
|
%{?_without_epoll:%global _without_epoll --disable-epoll}
|
||||||
%{?_with_fusermount:%gobal _with_fusermount --enable-fusermount}
|
%{?_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
|
Name: glusterfs
|
||||||
Version: 3.1.4
|
Version: 3.1.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Clustered file-system
|
Summary: Clustered file-system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -331,6 +331,9 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 14 2011 Dan Horák <dan[at]danny.cz> - 3.1.4-2
|
||||||
|
- Disable RDMA support on s390(x)
|
||||||
|
|
||||||
* Tue May 10 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.1.4-1
|
* Tue May 10 2011 Jonathan Steffan <jsteffan@fedoraproject.org> - 3.1.4-1
|
||||||
- Update to 3.1.4
|
- Update to 3.1.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user