1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2025-08-30 06:23:30 +00:00

virt-manager-5.1.0-1

Update to version 5.1.0

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina
2025-08-26 03:23:07 +02:00
parent dadb63c517
commit 5ec9f9a52d
2 changed files with 15 additions and 6 deletions

View File

@@ -1 +1 @@
SHA512 (virt-manager-5.0.0.tar.xz) = d0cb7eb844fc98ad29413717e5fa5834bc6f9f6cb6b9339b59c2721bb37a58f71280e3d2a04a64a6021614626329d76c92474f826bb1d9b7a9040b479f20d4e8
SHA512 (virt-manager-5.1.0.tar.xz) = 6306500ae442a6ccb36d5f19bc26b0e32984ca145ee8d41a475e175ee4db6c0d253f0cf9d908c30e3269cf7aabdad4bbd30e84f3cd0477f233da1e43e0235e3c

View File

@@ -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 <phrdina@redhat.com> - 5.1.0-1
- Update to version 5.1.0
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 5.0.0-4
- Rebuilt for Python 3.14.0rc2 bytecode