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-07-31 18:51:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxd (Old)
 and      /work/SRC/openSUSE:Factory/.lxd.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxd"

Sat Jul 31 18:51:22 2021 rev:36 rq:909503 version:4.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxd/lxd.changes  2021-07-27 14:32:26.699461341 
+0200
+++ /work/SRC/openSUSE:Factory/.lxd.new.1899/lxd.changes        2021-07-31 
18:52:24.602457317 +0200
@@ -1,0 +2,18 @@
+Sat Jul 31 04:33:50 UTC 2021 - Aleksa Sarai <asa...@suse.com>
+
+- Update to LXD 4.16. The full upstream changelog is available from:
+  https://discuss.linuxcontainers.org/t/lxd-4-16-has-been-released/11547
+  boo#1188946
+
+  + Cluster certificate update
+  + Copy/move of custom volumes between projects
+  + lxc monitor --pretty now works with all event types
+  + Easier revocation of cluster join tokens
+  + IP filtering on unmanaged bridges
+  + New warnings
+  + New lifecycle events
+
+- Remove upstreamed patches:
+  + boo1186786-0001-forkexec-handle-broken-close_range-backport-in-openS.patch
+
+-------------------------------------------------------------------

Old:
----
  boo1186786-0001-forkexec-handle-broken-close_range-backport-in-openS.patch
  lxd-4.15.tar.gz
  lxd-4.15.tar.gz.asc

New:
----
  lxd-4.16.tar.gz
  lxd-4.16.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lxd.spec ++++++
--- /var/tmp/diff_new_pack.bKOZDW/_old  2021-07-31 18:52:25.194456610 +0200
+++ /var/tmp/diff_new_pack.bKOZDW/_new  2021-07-31 18:52:25.194456610 +0200
@@ -34,7 +34,7 @@
 %endif
 
 Name:           lxd
-Version:        4.15
+Version:        4.16
 Release:        0
 Summary:        Container hypervisor based on LXC
 License:        Apache-2.0
@@ -51,8 +51,6 @@
 # Additional runtime configuration.
 Source200:      %{name}.sysctl
 Source201:      %{name}.dnsmasq
-# UPSTREAM-FIX: Backport of <https://github.com/lxc/lxd/pull/8908>. boo#1186786
-Patch1:         
boo1186786-0001-forkexec-handle-broken-close_range-backport-in-openS.patch
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  libacl-devel
@@ -124,8 +122,6 @@
 
 %prep
 %setup -q
-# boo#1186786
-%patch1 -p1
 
 # Create fake "go mod"-like import paths. This is going to be really fun to
 # maintain but it's unfortunately necessary because openSUSE doesn't have nice
@@ -190,6 +186,9 @@
 # _dist/src is effectively an old-school "vendor/" tree, so add it to GOPATH.
 export GOPATH="$GOPATH:$PKGDIR/_dist"
 
+# Needed because lxd and deps use funky #cgo LDFLAGS that Go blocks by default.
+export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
+
 # And now we can finally build LXD and all of the related binaries.
 mkdir bin
 for mainpkg in "${mainpkgs[@]}"

++++++ lxd-4.15.tar.gz -> lxd-4.16.tar.gz ++++++
/work/SRC/openSUSE:Factory/lxd/lxd-4.15.tar.gz 
/work/SRC/openSUSE:Factory/.lxd.new.1899/lxd-4.16.tar.gz differ: char 43, line 2

Reply via email to