From: Richard W.M. Jones Date: Tue, 20 Aug 2013 19:07:36 +0000 (+0100) Subject: spec: x86-64 -> x86_64 X-Git-Tag: v1.1.2~2 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=48d1b122c6a3868b8f28eb827b603cbf644b17aa;p=qemu-sanity-check.git spec: x86-64 -> x86_64 --- diff --git a/qemu-sanity-check.spec.in b/qemu-sanity-check.spec.in index f2d3ad0..7cefceb 100644 --- a/qemu-sanity-check.spec.in +++ b/qemu-sanity-check.spec.in @@ -19,13 +19,13 @@ BuildRequires: glibc-static # 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 @@ -50,7 +50,7 @@ make %{?_smp_mflags} %check -%ifarch %{ix86} x86-64 +%ifarch %{ix86} x86_64 make check || { cat test-suite.log exit 1