Disable RDMA on 32-bit ARM (#1484155)
This commit is contained in:
parent
6373c76267
commit
6752825d5f
@ -6,8 +6,8 @@
|
|||||||
%bcond_with monitoring
|
%bcond_with monitoring
|
||||||
%bcond_without snmp
|
%bcond_without snmp
|
||||||
%bcond_without dbus
|
%bcond_without dbus
|
||||||
# no InfiniBand stack on s390(x)
|
# no InfiniBand stack on s390(x) and 32-bit ARM
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x %{arm}
|
||||||
%bcond_without rdma
|
%bcond_without rdma
|
||||||
%endif
|
%endif
|
||||||
%bcond_without systemd
|
%bcond_without systemd
|
||||||
@ -23,7 +23,7 @@
|
|||||||
Name: corosync
|
Name: corosync
|
||||||
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
Summary: The Corosync Cluster Engine and Application Programming Interfaces
|
||||||
Version: 2.4.2
|
Version: 2.4.2
|
||||||
Release: 4%{?gitver}%{?dist}
|
Release: 5%{?gitver}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://corosync.github.io/corosync/
|
URL: http://corosync.github.io/corosync/
|
||||||
@ -510,6 +510,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2017 Adam Williamson <awilliam@redhat.com> - 2.4.2-5
|
||||||
|
- Disable RDMA on 32-bit ARM (#1484155)
|
||||||
|
|
||||||
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-4
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user