From e0ce8a6196b796ebd74a989f49430c2c4971d4136a56360a4f8440775ab59786 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 1 Jun 2021 20:36:27 +0000 Subject: [PATCH] - fix dependencies for aarch64/armv7l OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=91 --- lxd.changes | 5 +++++ lxd.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/lxd.changes b/lxd.changes index 2717a0e..844775c 100644 --- a/lxd.changes +++ b/lxd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 1 20:35:20 UTC 2021 - Dirk Müller + +- fix dependencies for aarch64/armv7l + ------------------------------------------------------------------- Tue Jun 1 11:57:52 UTC 2021 - Aleksa Sarai diff --git a/lxd.spec b/lxd.spec index 4ad6224..38b5fc6 100644 --- a/lxd.spec +++ b/lxd.spec @@ -91,9 +91,13 @@ Requires: qemu-ui-spice-core %else Requires: qemu-ui-spice-app %endif -# TODO: SHould we make this architecture-specific? +%ifarch %ix86 x86_64 Requires: qemu-x86 %endif +%ifarch aarch64 %arm +Requires: qemu-arm +%endif +%endif # Storage backends -- we don't recommend ZFS since it's not *technically* a # blessed configuration. Recommends: lvm2