From ee035bec7ccb7897a6e3ea79a01f5634a3ad5124a1b48645bd02e350a41d3388 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 9 May 2022 08:14:19 +0000 Subject: [PATCH] Accepting request 975738 from home:cyphar:lxc - Make CRIU a Recommends so that we can still use LXD on 32-bit openSUSE. OBS-URL: https://build.opensuse.org/request/show/975738 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=108 --- lxd.changes | 1 + lxd.spec | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lxd.changes b/lxd.changes index 41dfc04..9305d05 100644 --- a/lxd.changes +++ b/lxd.changes @@ -13,6 +13,7 @@ Thu May 5 04:27:43 UTC 2022 - Aleksa Sarai * Setting profiles during an image copy - Backport upstream patch to fix build on x32 systems. + 0001-lxd-secommp-Fix-sysinfo-syscall-interception-on-32-b.patch +- Make CRIU a Recommends so that we can still use LXD on 32-bit openSUSE. ------------------------------------------------------------------- Thu May 5 03:31:24 UTC 2022 - Aleksa Sarai diff --git a/lxd.spec b/lxd.spec index 869db91..4db20da 100644 --- a/lxd.spec +++ b/lxd.spec @@ -76,7 +76,6 @@ Requires: kernel-base >= 5.4 Requires: acl Requires: ebtables BuildRequires: dnsmasq -Requires: criu >= 2.0 Requires: dnsmasq Requires: lxcfs Requires: lxcfs-hooks-lxc @@ -107,6 +106,9 @@ Requires: qemu-arm >= 6.0 Recommends: lvm2 Recommends: btrfsprogs Recommends: thin-provisioning-tools +# CRIU is used for certain operations but is not necessary (and is no longer +# shipped on 32-bit openSUSE). +Recommends: criu >= 2.0 Suggests: zfs %description