SHA256
1
0
forked from pool/lxd

Accepting request 812992 from home:cyphar:lxc

- Update to LXD 4.2. The full upstream changelog is available from:
  https://discuss.linuxcontainers.org/t/lxd-4-2-has-been-released/8071
  bsc#1172605

  + VLAN filtering on bridges
  * Expanded network state information
  + Support for custom search domains
  + New IPv4 and IPv6 columns in network lists
  * mips & riscv64 support for containers and s390x support for VMs
  * Using pidfds for all container subprocesses
  * LVM volumes only active when needed
  + DB query tracing support
  * Better cluster life-cycle handling
  * Cleaned up database functions

OBS-URL: https://build.opensuse.org/request/show/812992
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=56
This commit is contained in:
2020-06-09 16:47:50 +00:00
committed by Git OBS Bridge
parent 08cbcfd5ac
commit 08c0b6cfc4
6 changed files with 41 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
%define import_path github.com/lxc/lxd
Name: lxd
Version: 4.1
Version: 4.2
Release: 0
Summary: Container hypervisor based on LXC
License: Apache-2.0
@@ -45,7 +45,9 @@ BuildRequires: libcap-devel
BuildRequires: patchelf
BuildRequires: pkg-config
BuildRequires: rsync
BuildRequires: golang(API) >= 1.10
# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
# for 'golang(API) >= 1.13' here, so just require 1.13 exactly. bsc#1172608
BuildRequires: golang(API) >= 1.13
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(lxc) >= 3.0.0
# Needed to build the sqlite fork and dqlite.