diff --git a/sources b/sources index 819f27a..7b92364 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7cd2c0ce6de2ad51bd959a42a8a512f9 virt-manager-1.3.1.tar.gz +6d0436939769b66457034b1ae7040b85 virt-manager-1.3.2.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index 257560d..5176659 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -19,7 +19,7 @@ # End local config Name: virt-manager -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} %define verrel %{version}-%{release} @@ -36,10 +36,15 @@ Requires: pygobject3 Requires: gtk3 Requires: libvirt-glib >= 0.0.9 Requires: libxml2-python -Requires: vte3 Requires: dconf Requires: dbus-x11 +# The vte291 package is actually the latest vte with API version 2.91, while +# the vte3 package is effectively a compat package with API version 2.90. +# virt-manager works fine with either, so pull the latest bits so there's +# no ambiguity. +Requires: vte291 + # For console widget Requires: gtk-vnc2 Requires: spice-gtk3 @@ -214,6 +219,10 @@ fi %{_bindir}/virt-xml %changelog +* Thu Dec 24 2015 Cole Robinson - 1.3.2-1 +- Rebased to version 1.3.2 +- Fix dependency issues with vte (bz #1290262) + * Sun Dec 06 2015 Cole Robinson - 1.3.1-1 - Rebased to version 1.3.1 - Fix command line API on RHEL7 pygobject