diff -ruN clustermon-0.16.2-10.el6.src.rpm-rpmbuild/SPECS/clustermon.spec clustermon-0.16.2-10.el6.0.src.rpm-rpmbuild/SPECS/clustermon.spec
--- clustermon-0.16.2-10.el6.src.rpm-rpmbuild/SPECS/clustermon.spec	2010-08-04 04:47:31.000000000 +0100
+++ clustermon-0.16.2-10.el6.0.src.rpm-rpmbuild/SPECS/clustermon.spec	2011-11-06 18:13:07.000000000 +0000
@@ -17,7 +17,7 @@
 
 Name: clustermon
 Version: 0.16.2
-Release: 10%{?dist}
+Release: 10%{?dist}.0
 License: GPLv2
 URL: http://sources.redhat.com/cluster/conga
 
@@ -57,7 +57,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.
@@ -93,7 +93,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
 
@@ -223,6 +226,9 @@
 
 
 %changelog
+* Sun Nov 06 2011 Gordan Bobic <gordan@bobich.net> - 0.16.2-10.0
+- Add arm support.
+
 * Tue Aug 03 2010 Ryan McCabe <rmccabe@redhat.com> - 0.16.2-10
 - Fix cluster status passing among nodes via modclusterd
 - Resolves: rhbz#603913
