diff -ruN rpmbuild-orig/SPECS/glusterfs.spec rpmbuild/SPECS/glusterfs.spec
--- rpmbuild-orig/SPECS/glusterfs.spec	2015-05-21 11:29:10.000000000 +0200
+++ rpmbuild/SPECS/glusterfs.spec	2015-08-27 22:51:41.737075953 +0200
@@ -14,7 +14,7 @@
 %{?_without_rdma:%global _without_rdma --disable-ibverbs}
 
 # No RDMA Support on s390(x)
-%ifarch s390 s390x
+%ifarch s390 s390x %{arm}
 %global _without_rdma --disable-ibverbs
 %endif
 
@@ -163,8 +163,8 @@
 %else
 Name:             glusterfs
 Version:          3.6.0.54
-Release:          1%{?dist}
-ExclusiveArch:    x86_64 aarch64
+Release:          1%{?dist}.0
+ExclusiveArch:    x86_64 aarch64 %{arm}
 %endif
 License:          GPLv2 or LGPLv3+
 Group:            System Environment/Base
@@ -1479,6 +1479,9 @@
 %endif
 
 %changelog
+* Thu Aug 27 2015 Jacco Ligthart <jacco@redsleeve.org> - v3.6.0.54-1.0
+- Add ARM architectures
+
 * Thu May 21 2015 Bala.FA <barumuga@redhat.com> - v3.6.0.54-1
 - fixes bugs bz#1196057 bz#1196520 bz#1205579 bz#1211656
 
