Accepting request 877354 from home:cyphar:lxc
Support pre-15.3 Leap QEMU package names. OBS-URL: https://build.opensuse.org/request/show/877354 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=78
This commit is contained in:
parent
6c45e6504b
commit
68261b20a4
@ -13,6 +13,9 @@ Fri Mar 5 16:31:52 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||
* Initial auto-generated REST-API documentation
|
||||
|
||||
+ VM: Stateful stop and stateful snapshots for virtual machines
|
||||
- Updated packaging to support VMs, though note that LXD's usage of QEMU causes
|
||||
issues with QEMU 5.2 on openSUSE (because of how we package it). See
|
||||
<https://github.com/lxc/lxd/issues/8416> for more details. bsc#1181549
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 07:41:04 UTC 2021 - Aleksa Sarai <asarai@suse.com>
|
||||
|
6
lxd.spec
6
lxd.spec
@ -72,7 +72,13 @@ Requires: xz
|
||||
# Needed for VM support.
|
||||
Requires: qemu-ovmf-x86_64
|
||||
BuildRequires: qemu-ovmf-x86_64
|
||||
# QEMU spice became a separate package for QEMU 5.2, which is not in Leap 15.2.
|
||||
# But it exists in Tumbleweed so only require this in Tumbleweed.
|
||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} == 150300
|
||||
Requires: qemu-ui-spice-core
|
||||
%else
|
||||
Requires: qemu-ui-spice-app
|
||||
%endif
|
||||
Requires: qemu-x86
|
||||
# Storage backends -- we don't recommend ZFS since it's not *technically* a
|
||||
# blessed configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user