diff -ruN rpmbuild.old/SPECS/dmidecode.spec rpmbuild/SPECS/dmidecode.spec
--- rpmbuild.old/SPECS/dmidecode.spec	2011-10-10 12:12:32.000000000 +0100
+++ rpmbuild/SPECS/dmidecode.spec	2014-02-18 10:29:13.000000000 +0000
@@ -1,7 +1,7 @@
 Summary:        Tool to analyse BIOS DMI data
 Name:           dmidecode
 Version:        2.11
-Release:        2%{?dist}
+Release:        2%{?dist}.0
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
@@ -9,8 +9,8 @@
 Patch0:         dmidecode-smbios-2.7.1-updates.patch
 URL:            http://www.nongnu.org/dmidecode/
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
-BuildPreReq:    /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
-ExclusiveArch:  %{ix86} x86_64 ia64
+BuildRequires:  /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf
+ExclusiveArch:  %{ix86} x86_64 ia64 %{arm}
 Obsoletes:      kernel-utils
 
 %description
@@ -42,7 +42,7 @@
 %defattr(-,root,root)
 %doc AUTHORS CHANGELOG LICENSE README
 %{_sbindir}/dmidecode
-%ifnarch ia64
+%ifnarch ia64 %{arm}
 %{_sbindir}/vpddecode
 %{_sbindir}/ownership
 %{_sbindir}/biosdecode
@@ -50,6 +50,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Tue Feb 18 2014 Gordan Bobic <gordan@redsleeve.org> - 1:2.11-2.0
+- Enable ARM build
+
 * Mon Oct 10 2011 Anton Arapov <aarapov@redhat.com> - 1:2.11-2
 - Rebase to current version [744690]
 
