Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lxd for openSUSE:Factory checked in at 2021-04-12 12:37:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxd (Old) and /work/SRC/openSUSE:Factory/.lxd.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxd" Mon Apr 12 12:37:31 2021 rev:28 rq:884539 version:4.13 Changes: -------- --- /work/SRC/openSUSE:Factory/lxd/lxd.changes 2021-03-18 22:54:59.095533713 +0100 +++ /work/SRC/openSUSE:Factory/.lxd.new.2401/lxd.changes 2021-04-12 12:40:24.649581749 +0200 @@ -1,0 +2,18 @@ +Mon Apr 12 05:19:43 UTC 2021 - Aleksa Sarai <asa...@suse.com> + +- Update to LXD 4.13. The full upstream changelog is available from: + https://discuss.linuxcontainers.org/t/lxd-4-13-has-been-released/10737 + boo#1184580 + + + Support for instance filters in "lxc list" + + NVIDIA MIG support for containers + + System wide configuration in /etc/lxd + + Project resource usage + + Snapshot schedule aliases (cron-like @... aliases) + + images.default_architecture for multi-architecture setups + + New description column in "lxc {project,profile,storage} list" + + Reworked handling of default action in network ACLs + + "lxc stop --console" + + More auto-generated REST-API documentation + +------------------------------------------------------------------- Old: ---- lxd-4.12.tar.gz lxd-4.12.tar.gz.asc New: ---- lxd-4.13.tar.gz lxd-4.13.tar.gz.asc lxd-config.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxd.spec ++++++ --- /var/tmp/diff_new_pack.qRRjaJ/_old 2021-04-12 12:40:25.377582595 +0200 +++ /var/tmp/diff_new_pack.qRRjaJ/_new 2021-04-12 12:40:25.377582595 +0200 @@ -26,7 +26,7 @@ %define lxd_ovmfdir %{lxd_datadir}/ovmf Name: lxd -Version: 4.12 +Version: 4.13 Release: 0 Summary: Container hypervisor based on LXC License: Apache-2.0 @@ -38,6 +38,8 @@ Source3: %{name}-rpmlintrc # LXD upstream doesn't use systemd, they use snapd. Source100: %{name}.service +# LXD upstream doesn't have a sample config file. +Source101: %{name}-config.yml # Additional runtime configuration. Source200: %{name}.sysctl Source201: %{name}.dnsmasq @@ -278,6 +280,10 @@ done popd +# System-wide client configuration. +install -D -m0644 %{S:101} %{buildroot}/etc/lxd/config.yml +install -d -m0755 %{buildroot}/etc/lxd/servercerts + # Install man pages. pushd man/ for man in * @@ -363,6 +369,10 @@ %{_mandir}/man*/* %{_libdir}/%{name} +%dir /etc/lxd +%config(noreplace) /etc/lxd/config.yml +%dir /etc/lxd/servercerts + %{lxd_datadir} %{_sbindir}/rc%{name} ++++++ lxd-4.12.tar.gz -> lxd-4.13.tar.gz ++++++ /work/SRC/openSUSE:Factory/lxd/lxd-4.12.tar.gz /work/SRC/openSUSE:Factory/.lxd.new.2401/lxd-4.13.tar.gz differ: char 24, line 2 ++++++ lxd-config.yml ++++++ # This is an example system-wide configuration file for the lxc client. Any # configuration entries added here will be merged with a user's configuration # when they run "lxc". This is primarily useful for defining system-wide # remotes, whose certificates are stored in /etc/lxd/servercerts. # An example configuration (from </usr/share/doc/packages/lxd/doc/remotes.md>) # looks like the following: # # remotes: # foo: # addr: https://10.0.2.4:8443 # auth_type: tls # project: default # protocol: lxd # public: false # bar: # addr: https://10.0.2.5:8443 # auth_type: tls # project: default # protocol: lxd # public: false