1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2026-01-11 14:31:14 +00:00

virt-manager-4.1.0-1

Update to version 4.1.0
This commit is contained in:
Cole Robinson
2022-08-04 15:57:30 -04:00
parent 324f3eed4d
commit d4094e151e
3 changed files with 7 additions and 43 deletions

View File

@@ -7,8 +7,8 @@
# End local config
Name: virt-manager
Version: 4.0.0
Release: 3%{?dist}
Version: 4.1.0
Release: 1%{?dist}
%global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@@ -16,7 +16,7 @@ License: GPLv2+
BuildArch: noarch
URL: https://virt-manager.org/
Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
Patch: 0001-Fix-build-with-setuptools-61.patch
Requires: virt-manager-common = %{verrel}
Requires: python3-gobject >= 3.31.3
@@ -163,6 +163,9 @@ machine).
%changelog
* Thu Aug 04 2022 Cole Robinson <crobinso@redhat.com> - 4.1.0-1
- Update to version 4.1.0
* Wed Aug 3 2022 Daniel. P. Berrange <berrange@redhat.com> - 4.0.0-3
- Fix compat with setuptools >= 61 (rhbz#2113754)