# BuildRequire these in order to let 'make check' run.  These are
 # not required unless you want to run the tests.  Note don't run the
 # tests on ARM since qemu isn't likely to work.
-%ifarch %{ix86} x86-64
+%ifarch %{ix86} x86_64
 BuildRequires:   qemu-system-x86
 %endif
 
 BuildRequires:   kernel
 
-%ifarch %{ix86} x86-64
+%ifarch %{ix86} x86_64
 Requires:        qemu-system-x86
 %endif
 %ifarch armv7hl
 
 
 %check
-%ifarch %{ix86} x86-64
+%ifarch %{ix86} x86_64
 make check || {
   cat test-suite.log
   exit 1