diff -ruN gawk-3.1.7-6.el6.src.rpm-rpmbuild/SPECS/gawk.spec gawk-3.1.7-6.el6.0.src.rpm-rpmbuild/SPECS/gawk.spec
--- gawk-3.1.7-6.el6.src.rpm-rpmbuild/SPECS/gawk.spec	2010-07-14 13:59:26.000000000 +0100
+++ gawk-3.1.7-6.el6.0.src.rpm-rpmbuild/SPECS/gawk.spec	2011-12-13 20:56:28.000000000 +0000
@@ -1,7 +1,7 @@
 Summary: The GNU version of the awk text processing utility
 Name: gawk
 Version: 3.1.7
-Release: 6%{?dist}
+Release: 6%{?dist}.0
 License: GPLv3+
 Group: Applications/Text
 URL: http://www.gnu.org/software/gawk/gawk.html
@@ -13,7 +13,11 @@
 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
+%ifarch %arm
+BuildRequires: bison
+%else
 BuildRequires: byacc
+%endif
 
 %description
 The gawk package contains the GNU version of awk, a text processing
@@ -80,6 +84,9 @@
 %{_datadir}/awk
 
 %changelog
+* Tue Dec 13 2011 Gordan Bobic <gordan@bobich.net> - 3.1.7-6.0
+- Added bison dependency on ARM since byacc based build produces a broken binary
+
 * Mon Jul 12 2010 Jan Zeleny <jzeleny@redhat.com> - 3.1.7-6
 - fixed CFLAGS in spec file on ppc (#613678)
 
