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

virt-manager-3.2.0-2

Fix 'domain not found' race (bz #1901081)
This commit is contained in:
Cole Robinson
2021-01-11 13:41:11 -05:00
parent ff04eb7658
commit 52737d0d36
2 changed files with 51 additions and 1 deletions

View File

@@ -8,7 +8,7 @@
Name: virt-manager
Version: 3.2.0
Release: 1%{?dist}
Release: 2%{?dist}
%global verrel %{version}-%{release}
Summary: Desktop tool for managing virtual machines via libvirt
@@ -17,6 +17,9 @@ BuildArch: noarch
URL: https://virt-manager.org/
Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
# Fix 'domain not found' race (bz #1901081)
Patch0001: 0001-virtinst-Fix-TOCTOU-in-domain-enumeration.patch
Requires: virt-manager-common = %{verrel}
Requires: python3-gobject
@@ -167,6 +170,9 @@ done
%changelog
* Mon Jan 11 2021 Cole Robinson <crobinso@redhat.com> - 3.2.0-2
- Fix 'domain not found' race (bz #1901081)
* Sat Nov 14 2020 Cole Robinson <crobinso@redhat.com> - 3.2.0-1
- Update to version 3.2.0
- Slim down filesystem device editor UI