Rebased to version 1.3.2

Fix dependency issues with vte (bz #1290262)
This commit is contained in:
Cole Robinson 2015-12-24 13:32:36 -05:00
parent e0da60d53d
commit e88a6b2c23
2 changed files with 12 additions and 3 deletions

View File

@ -1 +1 @@
7cd2c0ce6de2ad51bd959a42a8a512f9 virt-manager-1.3.1.tar.gz
6d0436939769b66457034b1ae7040b85 virt-manager-1.3.2.tar.gz

View File

@ -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 <crobinso@redhat.com> - 1.3.2-1
- Rebased to version 1.3.2
- Fix dependency issues with vte (bz #1290262)
* Sun Dec 06 2015 Cole Robinson <crobinso@redhat.com> - 1.3.1-1
- Rebased to version 1.3.1
- Fix command line API on RHEL7 pygobject