diff -ruN rpmbuild.old/SOURCES/0001-add-armv5tel.patch rpmbuild/SOURCES/0001-add-armv5tel.patch
--- rpmbuild.old/SOURCES/0001-add-armv5tel.patch	1970-01-01 01:00:00.000000000 +0100
+++ rpmbuild/SOURCES/0001-add-armv5tel.patch	2014-01-29 10:24:51.000000000 +0000
@@ -0,0 +1,12 @@
+*** a/helper/elf-default-arch	Sat Nov  6 07:11:00 2010
+--- b/helper/elf-default-arch	Sat Oct 22 00:17:15 2011
+***************
+*** 26,31 ****
+--- 26,32 ----
+      s390x) echo "elf64-s390 s390:31-bit" ;;
+      ppc) echo "elf32-powerpc powerpc" ;;
+      ppc64) echo "elf64-powerpc powerpc" ;;
++     armv5tel) echo "elf32-littlearm arm" ;;
+      *)
+          echo "This architecture is not recognized.  Please update helper/elf-default-arch."
+          exit 1
diff -ruN rpmbuild.old/SPECS/febootstrap.spec rpmbuild/SPECS/febootstrap.spec
--- rpmbuild.old/SPECS/febootstrap.spec	2013-08-05 21:52:49.000000000 +0100
+++ rpmbuild/SPECS/febootstrap.spec	2014-01-29 10:29:06.000000000 +0000
@@ -1,20 +1,21 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.21
-Release:     4%{?dist}
+Release:     4%{?dist}.0
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
 Source0:     http://people.redhat.com/~rjones/febootstrap/files/%{name}-%{version}.tar.gz
 Source1:     http://people.redhat.com/~rjones/febootstrap/files/%{name}-2.11.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
-ExclusiveArch: x86_64
 
 Patch1:      0001-helper-Drop-supplemental-groups-when-using-g-command.patch
 Patch2:      0001-Copy-sticky-setgid-bits-from-directory-to-base.img-a.patch
 Patch3:      0001-Ignore-ghost-non-regular-files.patch
 Patch4:      0001-helper-user-and-group-flags-require-an-argument.patch
 
+Patch10001:  0001-add-armv5tel.patch
+
 BuildRequires: /usr/bin/pod2man
 BuildRequires: fakeroot >= 1.11
 BuildRequires: fakechroot >= 2.9-20
@@ -78,6 +79,10 @@
 %patch4 -p1
 popd
 
+pushd %{name}-2.11
+%patch10001 -p1
+popd
+
 
 %build
 pushd %{name}-%{version}
@@ -153,6 +158,9 @@
 
 
 %changelog
+* Wed Jan 29 2015 Gordan Bobic <gordan@redsleeve.org> - 3.21-4.0
+- Remove Exclusive requirements and patch elf-default-arch to support amv5tel
+
 * Mon Aug  5 2013 Richard Jones <rjones@redhat.com> - 3.21-4
 - Fix directory permissions to include setgid and sticky bits.
 - Ignore ghost non-regular files.
