From 458e07e8d7d455559d8432b04e6c270e4053469b Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Sep 04 2020 10:08:48 +0000 Subject: Fix host qemu binary path for aarch64 Signed-off-by: Daniel P. Berrangé --- diff --git a/qemu.spec b/qemu.spec index ac02483..eda3911 100644 --- a/qemu.spec +++ b/qemu.spec @@ -70,7 +70,7 @@ %global hostqemu arm-softmmu/qemu-system-arm %endif %ifarch aarch64 -%global hostqemu arm-softmmu/qemu-system-aarch64 +%global hostqemu aarch64-softmmu/qemu-system-aarch64 %endif %ifarch %{ix86} %global hostqemu i386-softmmu/qemu-system-i386 @@ -1894,6 +1894,7 @@ getent passwd qemu >/dev/null || \ %changelog * Fri Sep 4 2020 Daniel P. Berrangé - 5.1.0-5 - Drop conditions for ppc, ppc64, mips64 and s390 arches +- Fix host qemu binary path for aarch64 * Thu Sep 3 2020 Daniel P. Berrangé - 5.1.0-4 - Add btrfs ioctls to linux-user (rhbz #1872918)