diff --git a/sources b/sources index c58d7d0..e062edf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virt-manager-5.0.0.tar.xz) = d0cb7eb844fc98ad29413717e5fa5834bc6f9f6cb6b9339b59c2721bb37a58f71280e3d2a04a64a6021614626329d76c92474f826bb1d9b7a9040b479f20d4e8 +SHA512 (virt-manager-5.1.0.tar.xz) = 6306500ae442a6ccb36d5f19bc26b0e32984ca145ee8d41a475e175ee4db6c0d253f0cf9d908c30e3269cf7aabdad4bbd30e84f3cd0477f233da1e43e0235e3c diff --git a/virt-manager.spec b/virt-manager.spec index 8696df0..2a1fbba 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -1,14 +1,15 @@ # -*- rpm-spec -*- -%global with_guestfs 0 -%global default_hvs "qemu,xen,lxc" +%global default_hvs "qemu,xen,lxc" +%global have_spice %{defined fedora} + # End local config Name: virt-manager -Version: 5.0.0 -Release: 4%{?dist} +Version: 5.1.0 +Release: 1%{?dist} %global verrel %{version}-%{release} Summary: Desktop tool for managing virtual machines via libvirt @@ -23,7 +24,7 @@ Requires: python3-gobject >= 3.31.3 Requires: gtk3 >= 3.22.0 Requires: libvirt-glib >= 0.0.9 Requires: gtk-vnc2 -%if 0%{?fedora} +%if %{have_spice} Requires: spice-gtk3 %endif @@ -111,8 +112,13 @@ machine). %build +%if ! %{have_spice} +%global _default_graphics -Ddefault-graphics=vnc +%endif + %meson \ -Ddefault-hvs=%{default_hvs} \ + %{?_default_graphics} \ -Dupdate-icon-cache=false \ -Dcompile-schemas=false \ -Dtests=disabled @@ -169,6 +175,9 @@ machine). %changelog +* Tue Aug 26 2025 Pavel Hrdina - 5.1.0-1 +- Update to version 5.1.0 + * Fri Aug 15 2025 Python Maint - 5.0.0-4 - Rebuilt for Python 3.14.0rc2 bytecode