Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-manager for openSUSE:Factory checked in at 2026-08-26 19:51:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-manager (Old) and /work/SRC/openSUSE:Factory/.virt-manager.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-manager" Wed Aug 26 19:51:05 2026 rev:293 rq:1373484 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes 2026-04-18 21:31:54.542660572 +0200 +++ /work/SRC/openSUSE:Factory/.virt-manager.new.1258/virt-manager.changes 2026-08-26 19:51:07.177225825 +0200 @@ -1,0 +2,13 @@ +Sat Aug 22 07:40:58 UTC 2026 - JS <[email protected]> + +- Build with SPICE on openSUSE. Remain disabled on SLES 16+. Users + can use packages built in Virtualization:SPICE:openSUSE-Leap-16.x + to restore SPICE support after this change is picked up by the + SLFO branches (https://en.opensuse.org/SDB:SPICE) + +------------------------------------------------------------------- +Thu Jul 2 10:26:17 MDT 2026 - [email protected] + +- Add BuildRequires for python3-base + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-manager.spec ++++++ --- /var/tmp/diff_new_pack.RBrOf6/_old 2026-08-26 19:51:10.121329513 +0200 +++ /var/tmp/diff_new_pack.RBrOf6/_new 2026-08-26 19:51:10.124329619 +0200 @@ -21,9 +21,13 @@ %global default_hvs "qemu,xen,lxc" %if 0%{?suse_version} < 1600 || 0%{?suse_version} >= 1699 %define is_sles16 0 - %define have_spice 1 %else %define is_sles16 1 +%endif + +%if 0%{?suse_version} < 1600 || 0%{?is_opensuse} + %define have_spice 1 +%else %define have_spice 0 %endif @@ -148,14 +152,17 @@ BuildRequires: gettext BuildRequires: meson +BuildRequires: python3-base BuildRequires: python3-devel BuildRequires: python3-docutils BuildRequires: pkgconfig(gobject-introspection-1.0) -%if %{is_sles16} -%define __requires_exclude typelib\\(AppIndicator3|SpiceClientGtk|SpiceClientGLib|GtkSource\\) = 3.0 -%else # GtkSource = 4 is available everywhere we run this version of virt-manager -%define __requires_exclude typelib\\(GtkSource\\) = 3.0 +%global __requires_exclude typelib\\(GtkSource\\) = 3.0 +%if %{is_sles16} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}typelib\\(AppIndicator3\\) +%endif +%if ! %{have_spice} +%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}typelib\\((SpiceClientGtk|SpiceClientGLib)\\) %endif %if %{with test} BuildRequires: python3-argcomplete
