Accepting request 709492 from Virtualization:containers
OBS-URL: https://build.opensuse.org/request/show/709492 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxd?expand=0&rev=2
This commit is contained in:
commit
9d62f8775e
@ -16,6 +16,7 @@ Thu May 9 20:28:55 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||
|
||||
- Update to LXD 3.13. The full upstream changelog is available from:
|
||||
https://discuss.linuxcontainers.org/t/lxd-3-13-has-been-released/4738
|
||||
boo#1138031
|
||||
+ Cluster: Improved heartbeat interval
|
||||
+ Cluster Internal container copy
|
||||
+ Initial syscall interception support
|
||||
|
15
lxd.spec
15
lxd.spec
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _buildshell /bin/bash
|
||||
%define import_path github.com/lxc/lxd
|
||||
|
||||
@ -34,23 +35,24 @@ Source100: %{name}.service
|
||||
# Additional runtime configuration.
|
||||
Source200: %{name}.sysctl
|
||||
Source201: %{name}.dnsmasq
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: golang(API) >= 1.10
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(lxc) >= 3.0.0
|
||||
BuildRequires: libacl-devel
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: patchelf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: golang(API) >= 1.10
|
||||
BuildRequires: pkgconfig(lxc) >= 3.0.0
|
||||
# Needed to build the sqlite fork and dqlite.
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(tcl)
|
||||
BuildRequires: pkgconfig(libuv) >= 1.8.0
|
||||
BuildRequires: pkgconfig(tcl)
|
||||
# Bits required for images and other things at runtime.
|
||||
Requires: ebtables
|
||||
Requires: acl
|
||||
Requires: ebtables
|
||||
BuildRequires: dnsmasq
|
||||
Requires: criu >= 2.0
|
||||
Requires: dnsmasq
|
||||
Requires: lxcfs
|
||||
Requires: lxcfs-hooks-lxc
|
||||
@ -58,7 +60,6 @@ Requires: rsync
|
||||
Requires: squashfs
|
||||
Requires: tar
|
||||
Requires: xz
|
||||
Requires: criu >= 2.0
|
||||
# Storage backends -- we don't recommend ZFS since it's not *technically* a
|
||||
# blessed configuration.
|
||||
Recommends: lvm2
|
||||
|
Loading…
Reference in New Issue
Block a user