diff -ruN rpmbuild-orig/SPECS/crash.spec rpmbuild/SPECS/crash.spec
--- rpmbuild-orig/SPECS/crash.spec	2015-11-24 17:12:58.000000000 +0100
+++ rpmbuild/SPECS/crash.spec	2016-02-01 00:33:04.060988544 +0100
@@ -4,13 +4,13 @@
 Summary: Kernel crash and live system analysis utility
 Name: crash
 Version: 7.1.0
-Release: 3%{?dist}
+Release: 3%{?dist}.1
 License: GPLv3
 Group: Development/Debuggers
 Source: http://people.redhat.com/anderson/crash-%{version}.tar.gz
 URL: http://people.redhat.com/anderson
 ExclusiveOS: Linux
-ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x
+ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm}
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: ncurses-devel zlib-devel lzo-devel snappy-devel bison
 Requires: binutils
@@ -70,6 +70,9 @@
 %{_includedir}/*
 
 %changelog
+* Sun Jan 21 2016 Jacco Ligthart <jacco@redsleeve.org> - 7.1.0-3.1
+- add ARM Architectures
+
 * Tue Nov 24 2015 Dave Anderson <anderson@redhat.com> - 7.1.0-3.el6_7
 - crash fails to read or wrongly reads some parts of memory in sadump vmcore format
   Resolves: rhbz#1284762
