Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvirt for openSUSE:Factory checked in at 2025-05-07 19:14:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvirt (Old) and /work/SRC/openSUSE:Factory/.libvirt.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvirt" Wed May 7 19:14:41 2025 rev:422 rq:1274735 version:11.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes 2025-04-11 16:46:43.867103375 +0200 +++ /work/SRC/openSUSE:Factory/.libvirt.new.30101/libvirt.changes 2025-05-07 19:15:05.223754068 +0200 @@ -1,0 +2,10 @@ +Mon May 5 15:47:51 UTC 2025 - James Fehlig <jfeh...@suse.com> + +- Update to libvirt 11.3.0 + - bsc#1241952 + - Many incremental improvements and bug fixes, see + https://libvirt.org/news.html#v11-3-0-2025-05-02 +- spec: Build with fuse3 + boo#1242081 + +------------------------------------------------------------------- Old: ---- libvirt-11.2.0.obscpio New: ---- libvirt-11.3.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvirt.spec ++++++ --- /var/tmp/diff_new_pack.aq3xm7/_old 2025-05-07 19:15:07.215837166 +0200 +++ /var/tmp/diff_new_pack.aq3xm7/_new 2025-05-07 19:15:07.219837333 +0200 @@ -54,6 +54,7 @@ %define with_userfaultfd_sysctl 0%{!?_without_userfaultfd_sysctl:1} # A few optional bits off by default, we enable later +%define with_fuse 0%{!?_without_fuse:0} %define with_numad 0%{!?_without_numad:0} %define with_firewalld_zone 0%{!?_without_firewalld_zone:0} %define with_libssh 0%{!?_without_libssh:0} @@ -112,6 +113,11 @@ %endif %endif +# fuse is used to provide virtualized /proc for LXC +%if %{with_lxc} + %define with_fuse 0%{!?_without_fuse:1} +%endif + # Items to exclude in SLFO:Main based products %if 0%{?suse_version} == 1600 %define with_apparmor 0 @@ -119,6 +125,7 @@ %define with_interface 0 %define with_libxl 0 %define with_lxc 0 + %define with_fuse 0 %define with_numad 0 %define with_sanlock 0 %define with_storage_gluster 0 @@ -150,7 +157,7 @@ Name: libvirt URL: https://libvirt.org/ -Version: 11.2.0 +Version: 11.3.0 Release: 0 Summary: Library providing a virtualization API License: LGPL-2.1-or-later @@ -255,7 +262,9 @@ # For QEMU/LXC numa info BuildRequires: libnuma-devel %endif -BuildRequires: fuse-devel >= 2.8.6 +%if %{with_fuse} +BuildRequires: pkgconfig(fuse3) >= 3.1.0 +%endif BuildRequires: libcap-ng-devel >= 0.5.0 %if %{with_interface} BuildRequires: libnetcontrol-devel >= 0.2.0 @@ -943,6 +952,11 @@ %else %define arg_numad -Dnumad=disabled %endif +%if %{with_fuse} + %define arg_fuse -Dfuse=enabled +%else + %define arg_fuse -Dfuse=disabled +%endif %if %{with_userfaultfd_sysctl} %define arg_userfaultfd_sysctl -Duserfaultfd_sysctl=enabled %else @@ -1076,7 +1090,7 @@ -Dssh_proxy=enabled \ -Dsysctl_config=enabled \ -Dcapng=enabled \ - -Dfuse=enabled \ + %{?arg_fuse} \ -Dnetcf=disabled \ %{?arg_netcontrol} \ -Dselinux=enabled \ ++++++ libvirt-11.2.0.obscpio -> libvirt-11.3.0.obscpio ++++++ /work/SRC/openSUSE:Factory/libvirt/libvirt-11.2.0.obscpio /work/SRC/openSUSE:Factory/.libvirt.new.30101/libvirt-11.3.0.obscpio differ: char 48, line 1 ++++++ libvirt.obsinfo ++++++ --- /var/tmp/diff_new_pack.aq3xm7/_old 2025-05-07 19:15:07.315841337 +0200 +++ /var/tmp/diff_new_pack.aq3xm7/_new 2025-05-07 19:15:07.319841504 +0200 @@ -1,5 +1,5 @@ name: libvirt -version: 11.2.0 -mtime: 1744239382 -commit: eac442e1c0eeb5a7c0ed6369d7883ea98ae7827f +version: 11.3.0 +mtime: 1746463280 +commit: f2ce867e14dae762e0fb1c15db315ee4bc5c8b53