SHA256
1
0
forked from pool/lxd

Accepting request 897986 from home:cyphar:lxc

- Update to LXD 4.15. The full upstream changelog is available from:
  https://discuss.linuxcontainers.org/t/lxd-4-15-has-been-released/11252
  bsc#1186906

  + Network interface hotplug in VMs
  + Configurable shutdown timeout
  + New persistent warnings (time skew, apparmor and virtiofsd)
  + Location field in /dev/lxd API
  + New type and name columns in lxc config trust list
  + Cluster members acting as database stand-by now visible
  + lxc monitor --pretty now supported with lifecycle events
  + New --expire flag for lxc publish
  + Requestor now recorded in lifecyle events
  + Proxy header support on main API endpoint
  + Full swagger coverage of REST API

OBS-URL: https://build.opensuse.org/request/show/897986
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=93
This commit is contained in:
2021-06-07 07:55:02 +00:00
committed by Git OBS Bridge
parent e0ce8a6196
commit dfb66de8b3
6 changed files with 43 additions and 23 deletions

View File

@@ -34,7 +34,7 @@
%endif
Name: lxd
Version: 4.14
Version: 4.15
Release: 0
Summary: Container hypervisor based on LXC
License: Apache-2.0
@@ -55,15 +55,16 @@ BuildRequires: fdupes
BuildRequires: golang-packaging
BuildRequires: libacl-devel
BuildRequires: libcap-devel
BuildRequires: liblz4-devel
BuildRequires: patchelf
BuildRequires: pkg-config
BuildRequires: rsync
BuildRequires: sqlite3-devel >= 3.25
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(lxc) >= 3.0.0
# Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires
# for 'golang(API) >= 1.14' here, so just require 1.14 exactly. bsc#1172608
BuildRequires: golang(API) = 1.14
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(lxc) >= 3.0.0
# Needed to build dqlite and raft.
BuildRequires: autoconf
BuildRequires: libtool