disable InfiniBand on s390(x) unconditionally
This commit is contained in:
parent
0fec5244bf
commit
10e6d3fbdf
@ -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@fedoraproject.org> - 3.2.1-2
|
||||
- Fix Source0 URL
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user