From 4b13d9cf4d0d6df54d6eae207258569ccfe0cd3c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 20 Aug 2013 20:08:16 +0100 Subject: [PATCH] spec: Set the qemu-list to a suitable value for recent Fedora. --- qemu-sanity-check.spec.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qemu-sanity-check.spec.in b/qemu-sanity-check.spec.in index 7cefceb..cc6ca3a 100644 --- a/qemu-sanity-check.spec.in +++ b/qemu-sanity-check.spec.in @@ -45,7 +45,9 @@ to test the Linux kernel and/or qemu to make sure they are working. %build -%configure +# NB: canonical_arch is a variable in the final script, so it +# has to be escaped here. +%configure --with-qemu-list="qemu-system-\$canonical_arch" make %{?_smp_mflags} -- 1.8.3.1