diff -ruN rpmbuild-orig/SPECS/clustermon.spec rpmbuild/SPECS/clustermon.spec
--- rpmbuild-orig/SPECS/clustermon.spec	2015-05-05 17:15:26.000000000 +0200
+++ rpmbuild/SPECS/clustermon.spec	2015-08-26 00:15:19.025913255 +0200
@@ -17,7 +17,7 @@
 
 Name: clustermon
 Version: 0.16.2
-Release: 31%{?dist}
+Release: 31%{?dist}.0
 License: GPLv2
 URL: http://sources.redhat.com/cluster/conga
 
@@ -83,7 +83,7 @@
 BuildRequires: libxml2-devel openssl-devel dbus-devel pam-devel pkgconfig
 BuildRequires: net-snmp-devel tog-pegasus-devel
 
-ExclusiveArch: i686 x86_64
+ExclusiveArch: i686 x86_64 %{arm}
 
 %description
 This package contains Red Hat Cluster Suite SNMP/CIM module/agent/provider.
@@ -144,7 +144,10 @@
 %configure		--arch=%{_arch} \
 		--docdir=%{_docdir} \
 		--pegasus_providers_dir=%{PEGASUS_PROVIDERS_DIR} \
-		--include_zope_and_plone=no
+		--include_zope_and_plone=no \
+%ifarch %{arm}
+		CFLAGS="-DPEGASUS_PLATFORM_LINUX_XSCALE_GNU" CXXFLAGS="-DPEGASUS_PLATFORM_LINUX_XSCALE_GNU"
+%endif
 
 make %{?_smp_mflags} clustermon
 
@@ -274,6 +277,9 @@
 
 
 %changelog
+* Tue Aug 25 2015 Jacco Ligthart <jacco@redsleeve.org> 0.16.2-31.0
+- Add arm support.
+
 * Tue May 05 2015 Jan Pokorný <jpokorny@redhat.com> - 0.16.2-31
 - modcluster: overload stop_service so that it can fulfill its nominal promise
   Resolves: rhbz#1114622
