From 9776941148ecfdf96b6155e30d72cbeeda8940ec Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 3 Jul 2019 20:29:05 -0400 Subject: [PATCH] virt-manager-2.2.1-1.fc31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rebased to version 2.2.1 CVE-2019-10183: Replace --unattended user-password and admin-password with user-password-file and admin-password-file (Fabiano FidĂȘncio) Consistent --memballoon default across non-x86 (Andrea Bolognani) virt-install: add --numatune memnode.* (Athina Plaskasoviti) Drop hard dep on gtksourceview4, gtksourceview3 is fine as well --- sources | 2 +- virt-manager.spec | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/sources b/sources index d46a244..fbb7379 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virt-manager-2.2.0.tar.gz) = 09975f7628ee302687eb6572b5f35797b4710aaae60c17542ee9edd72c65e80e93d7bbc7a2050667a9280effdbab28272886ae155b3ba73c104153ae3c048d99 +SHA512 (virt-manager-2.2.1.tar.gz) = aa97af52b3552c087beab8701762c21e8e6d818c9787d5376ed4e1ae40a34d5e8870c4c00fda9cb17a2340d1dff5b17e853182df720cdd9ea4c91cf01502a33a diff --git a/virt-manager.spec b/virt-manager.spec index 9dbb840..5092109 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -17,8 +17,8 @@ # End local config Name: virt-manager -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.2.1 +Release: 1%{?dist} %global verrel %{version}-%{release} Summary: Desktop tool for managing virtual machines via libvirt @@ -34,6 +34,8 @@ Requires: gtk3 Requires: libvirt-glib >= 0.0.9 Requires: gtk-vnc2 Requires: spice-gtk3 + +# We can work with gtksourceview 3 or gtksourceview4, pick the latest one Requires: gtksourceview4 # virt-manager is one of those apps that people will often install onto @@ -60,11 +62,6 @@ Suggests: python3-libguestfs BuildRequires: intltool BuildRequires: /usr/bin/pod2man BuildRequires: python3-devel -BuildRequires: python3-gobject-base -BuildRequires: python3-libvirt -BuildRequires: python3-libxml2 -BuildRequires: python3-requests -BuildRequires: libosinfo >= 0.2.10 %description @@ -198,6 +195,14 @@ done %changelog +* Wed Jul 03 2019 Cole Robinson - 2.2.1-1 +- Rebased to version 2.2.1 +- CVE-2019-10183: Replace --unattended user-password and admin-password with + user-password-file and admin-password-file (Fabiano FidĂȘncio) +- Consistent --memballoon default across non-x86 (Andrea Bolognani) +- virt-install: add --numatune memnode.* (Athina Plaskasoviti) +- Drop hard dep on gtksourceview4, gtksourceview3 is fine as well + * Tue Jun 18 2019 Cole Robinson - 2.2.0-2 - Add missing dep on gtksourceview