diff -ruN febootstrap-2.11-7.el6.src.rpm-rpmbuild/SOURCES/0001-add-armv5tel.patch febootstrap-2.11-7.el6.0.src.rpm-rpmbuild/SOURCES/0001-add-armv5tel.patch
--- febootstrap-2.11-7.el6.src.rpm-rpmbuild/SOURCES/0001-add-armv5tel.patch	1970-01-01 01:00:00.000000000 +0100
+++ febootstrap-2.11-7.el6.0.src.rpm-rpmbuild/SOURCES/0001-add-armv5tel.patch	2011-10-22 05:50:21.000000000 +0100
@@ -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 febootstrap-2.11-7.el6.src.rpm-rpmbuild/SPECS/febootstrap.spec febootstrap-2.11-7.el6.0.src.rpm-rpmbuild/SPECS/febootstrap.spec
--- febootstrap-2.11-7.el6.src.rpm-rpmbuild/SPECS/febootstrap.spec	2011-03-17 10:10:46.000000000 +0000
+++ febootstrap-2.11-7.el6.0.src.rpm-rpmbuild/SPECS/febootstrap.spec	2011-10-22 05:54:20.000000000 +0100
@@ -1,17 +1,17 @@
 Summary:     Bootstrap a new Red Hat Enterprise Linux system (like debootstrap)
 Name:        febootstrap
 Version:     2.11
-Release:     7%{?dist}
+Release:     7%{?dist}.0
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://et.redhat.com/~rjones/febootstrap/
 Source0:     http://et.redhat.com/~rjones/febootstrap/files/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
-ExclusiveArch: x86_64
 
 # Improve the stability of the checksum and reduce the need to rebuild
 # the appliance.
 Patch0:      0001-helper-Ignore-times-of-special-files-when-calculatin.patch
+Patch1:      0001-add-armv5tel.patch		
 
 BuildRequires: /usr/bin/pod2man
 BuildRequires: fakeroot >= 1.11
@@ -66,6 +66,7 @@
 %setup -q
 
 %patch0 -p1
+%patch1 -p1
 
 
 %build
@@ -120,6 +121,9 @@
 
 
 %changelog
+* Fri Oct 22 2011 Donald T Gullett <webwillow@thewebwillow.com> - 2.11-7
+- Remove Exclusive requirements and patch elf-default-arch to support amv5tel
+
 * Thu Mar 17 2011 Richard Jones <rjones@redhat.com> - 2.11-7
 - Splitting the package broke RHEL 6.0 -> 6.1 upgrades.  Add an Obsoletes
   header to fix this.
