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-09-14 21:14:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxd (Old) and /work/SRC/openSUSE:Factory/.lxd.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxd" Tue Sep 14 21:14:11 2021 rev:39 rq:918522 version:4.18 Changes: -------- --- /work/SRC/openSUSE:Factory/lxd/lxd.changes 2021-09-09 23:07:51.472852802 +0200 +++ /work/SRC/openSUSE:Factory/.lxd.new.1899/lxd.changes 2021-09-14 21:14:12.992394835 +0200 @@ -16,0 +17,4 @@ +- Disable stripping of binaries, which seems to be causing issues at runtime + due to some ld.so assertion failing. In particular it seems that libdqlite is + getting corrupted somehow. + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxd.spec ++++++ --- /var/tmp/diff_new_pack.oyvZnx/_old 2021-09-14 21:14:13.676395506 +0200 +++ /var/tmp/diff_new_pack.oyvZnx/_new 2021-09-14 21:14:13.680395510 +0200 @@ -14,8 +14,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +# nodebuginfo +%go_nostrip + %define _buildshell /bin/bash %define import_path github.com/lxc/lxd @@ -280,11 +283,6 @@ name="$(basename "$(readlink "$lib")" | sed -E 's/\.[0-9]+\.[0-9]+$//')" patchelf --replace-needed {,%{_libdir}/%{name}/}"$name" "$target" done - - # TODO: For some reason, BRP isn't auto-stripping our binaries even though - # we've dropped go_nostrip. So just strip them manually until I can figure - # out why that's happening. - strip "$target" done # Generate man pages.