diff -ruN rpmbuild-orig/SPECS/dmidecode.spec rpmbuild/SPECS/dmidecode.spec
--- rpmbuild-orig/SPECS/dmidecode.spec	2015-04-02 09:14:03.000000000 +0200
+++ rpmbuild/SPECS/dmidecode.spec	2015-08-27 22:36:25.899372126 +0200
@@ -1,7 +1,7 @@
 Summary:        Tool to analyse BIOS DMI data
 Name:           dmidecode
 Version:        2.12
-Release:        6%{?dist}
+Release:        6%{?dist}.0
 Epoch:          1
 Group:          System Environment/Base
 License:        GPLv2+
@@ -11,7 +11,7 @@
 Patch1:         support-for-ddr4-mem.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  automake autoconf
-ExclusiveArch:  %{ix86} x86_64 ia64
+ExclusiveArch:  %{ix86} x86_64 ia64 %{arm}
 
 %description
 dmidecode reports information about x86 & ia64 hardware as described in the
@@ -43,7 +43,7 @@
 %defattr(-,root,root)
 %doc AUTHORS CHANGELOG LICENSE README
 %{_sbindir}/dmidecode
-%ifnarch ia64
+%ifnarch ia64 %{arm}
 %{_sbindir}/vpddecode
 %{_sbindir}/ownership
 %{_sbindir}/biosdecode
@@ -51,6 +51,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Thu Aug 27 2015 Jacco Ligthart <jacco@redsleeve.org> - 2.12-6.0
+- Add ARM architectures
+
 * Thu Apr 2 2015 Petr Oros <poros@redhat.com> - 2.12-6
 - Respin for replace older version
 - Resolves: #1192357
