From 380ca773ec019ad06f55bbba0e65cffb0609378c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:06:19 +0100 Subject: [PATCH] require libvirt-glib [release 4.1.0-3mamba;Mon Feb 27 2023] --- virt-manager.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virt-manager.spec b/virt-manager.spec index 31cf828..699de95 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -1,6 +1,6 @@ Name: virt-manager Version: 4.1.0 -Release: 2mamba +Release: 3mamba Summary: Virtual Machine Manager Group: Applications/Emulators Vendor: openmamba @@ -18,6 +18,7 @@ BuildRequires: libvirt-glib-devel >= 1.0.0-1mamba BuildRequires: python-docutils-py3 Conflicts: python-virtinst Requires: libvirt +Requires: libvirt-glib Requires: python-libvirt-py3 Requires: python-libxml2-py3 Requires: python-urllib3-py3 @@ -126,6 +127,9 @@ exit 0 # ChangeLog NEWS README TODO %changelog +* Mon Feb 27 2023 Silvan Calarco 4.1.0-3mamba +- require libvirt-glib + * Thu Dec 08 2022 Silvan Calarco 4.1.0-2mamba - require libgtksourceview3