Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2022-10-01 17:42:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt" Sat Oct 1 17:42:25 2022 rev:361 rq:1006540 version:8.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2022-09-17 20:08:37.752860763 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt.new.2275/libvirt.changes 2022-10-01 17:42:26.417591863 +0200 @@ -1,0 +2,6 @@ +Tue Sep 27 22:36:37 UTC 2022 - James Fehlig <jfeh...@suse.com> + +- spec: Only drop redefinition of libexecdir on Factory and newer + bsc#1203775 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.ZxMce0/_old 2022-10-01 17:42:27.245593373 +0200 +++ /var/tmp/diff_new_pack.ZxMce0/_new 2022-10-01 17:42:27.253593388 +0200 @@ -972,7 +972,14 @@ %define libvirt_logrotate_posttrans() %nil %endif +# The libvirt package has long redefined libexecdir. Stop the madness at SLE15. +# Factory and newer will use the product default for libexecdir +%if 0%{?suse_version} <= 1500 + %define _libexecdir %{_libdir}/%{name} +%endif + %meson \ + --libexecdir=%{_libexecdir} \ -Drunstatedir=%{_rundir} \ %{?arg_qemu} \ %{?arg_openvz} \