- fix dependencies for aarch64/armv7l
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=91
This commit is contained in:
parent
28c68d979a
commit
e0ce8a6196
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 20:35:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix dependencies for aarch64/armv7l
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 11:57:52 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
|
6
lxd.spec
6
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user