diff -ruN rpmbuild.old/SPECS/gawk.spec rpmbuild/SPECS/gawk.spec
--- rpmbuild.old/SPECS/gawk.spec	2012-07-04 12:10:51.000000000 +0100
+++ rpmbuild/SPECS/gawk.spec	2014-02-01 12:52:54.998339000 +0000
@@ -1,7 +1,7 @@
 Summary: The GNU version of the awk text processing utility
 Name: gawk
 Version: 3.1.7
-Release: 10%{?dist}
+Release: 10%{?dist}.0
 License: GPLv3+
 Group: Applications/Text
 URL: http://www.gnu.org/software/gawk/gawk.html
@@ -19,7 +19,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
@@ -91,6 +95,9 @@
 %{_datadir}/awk
 
 %changelog
+* Sat Feb  1 2014 Gordan Bobic <gordan@redsleeve.org> - 3.1.7-10.0
+- Add bison dependency on ARM since byacc based build produces a broken binary
+
 * Wed Jul  4 2012 Martin Bříza <mbriza@redhat.com> - 3.1.7-10
 - fix incorrect match in multi-byte (non-UTF8) string (#829558)
 
