SHA256
1
0
forked from pool/lxd

Accepting request 842268 from home:cyphar:lxc

- Update to LXD 4.7. The full upstream changelog is available from:
  https://discuss.linuxcontainers.org/t/lxd-4-7-has-been-released/9213
  boo#1177825

  + Backup (export/import) of custom storage volumes
  + Import of instances with alternative name
  + Virtual machine memory shrinking (and re-grow)
  + USB device passthrough for virtual machines
  + Configurable rsync compression in migration
  + Restrict available uplinks for project networks
  + Add new physical managed network type
  + Support for external routed addresses/subnets on OVN

OBS-URL: https://build.opensuse.org/request/show/842268
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=67
This commit is contained in:
2020-10-17 09:30:56 +00:00
committed by Git OBS Bridge
parent 50e8526479
commit c10ee53a67
6 changed files with 38 additions and 20 deletions

View File

@@ -23,7 +23,7 @@
%define import_path github.com/lxc/lxd
Name: lxd
Version: 4.6
Version: 4.7
Release: 0
Summary: Container hypervisor based on LXC
License: Apache-2.0
@@ -119,6 +119,8 @@ export CFLAGS="%{optflags} -fPIC -DPIC"
# We have a temporary-install directory which contains all of the dylib deps.
export PKG_CONFIG_SYSROOT_DIR="$INSTALL_ROOT"
export PKG_CONFIG_PATH="$INSTALL_LIBDIR/pkgconfig"
# For some reason, Leap need us to specify this explicitly now.
export CPPFLAGS="-I$INSTALL_INCLUDEDIR"
# raft
pushd "$PKGDIR/_dist/deps/raft"