From 429f72aa7115fb3dbf51b9aad9cda071d647cd97c0be68fc21211357ad1906c1 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Wed, 12 Jun 2019 15:02:58 +0000 Subject: [PATCH] Accepting request 709490 from home:cyphar:lxc add bugzilla entry for LXD submission OBS-URL: https://build.opensuse.org/request/show/709490 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=14 --- lxd.changes | 1 + lxd.spec | 15 ++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/lxd.changes b/lxd.changes index c03fded..5a10497 100644 --- a/lxd.changes +++ b/lxd.changes @@ -16,6 +16,7 @@ Thu May 9 20:28:55 UTC 2019 - Aleksa Sarai - 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 diff --git a/lxd.spec b/lxd.spec index b38d163..9b896fb 100644 --- a/lxd.spec +++ b/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