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:
Dominique Leuenberger 2019-06-13 21:03:10 +00:00 committed by Git OBS Bridge
commit 9d62f8775e
2 changed files with 9 additions and 7 deletions

View File

@ -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: - Update to LXD 3.13. The full upstream changelog is available from:
https://discuss.linuxcontainers.org/t/lxd-3-13-has-been-released/4738 https://discuss.linuxcontainers.org/t/lxd-3-13-has-been-released/4738
boo#1138031
+ Cluster: Improved heartbeat interval + Cluster: Improved heartbeat interval
+ Cluster Internal container copy + Cluster Internal container copy
+ Initial syscall interception support + Initial syscall interception support

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define _buildshell /bin/bash %define _buildshell /bin/bash
%define import_path github.com/lxc/lxd %define import_path github.com/lxc/lxd
@ -34,23 +35,24 @@ Source100: %{name}.service
# Additional runtime configuration. # Additional runtime configuration.
Source200: %{name}.sysctl Source200: %{name}.sysctl
Source201: %{name}.dnsmasq Source201: %{name}.dnsmasq
BuildRequires: fdupes
BuildRequires: golang-packaging BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.10
BuildRequires: pkg-config
BuildRequires: pkgconfig(lxc) >= 3.0.0
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: libcap-devel BuildRequires: libcap-devel
BuildRequires: patchelf 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. # Needed to build the sqlite fork and dqlite.
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig(tcl)
BuildRequires: pkgconfig(libuv) >= 1.8.0 BuildRequires: pkgconfig(libuv) >= 1.8.0
BuildRequires: pkgconfig(tcl)
# Bits required for images and other things at runtime. # Bits required for images and other things at runtime.
Requires: ebtables
Requires: acl Requires: acl
Requires: ebtables
BuildRequires: dnsmasq BuildRequires: dnsmasq
Requires: criu >= 2.0
Requires: dnsmasq Requires: dnsmasq
Requires: lxcfs Requires: lxcfs
Requires: lxcfs-hooks-lxc Requires: lxcfs-hooks-lxc
@ -58,7 +60,6 @@ Requires: rsync
Requires: squashfs Requires: squashfs
Requires: tar Requires: tar
Requires: xz Requires: xz
Requires: criu >= 2.0
# Storage backends -- we don't recommend ZFS since it's not *technically* a # Storage backends -- we don't recommend ZFS since it's not *technically* a
# blessed configuration. # blessed configuration.
Recommends: lvm2 Recommends: lvm2