parent
e0da60d53d
commit
e88a6b2c23
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7cd2c0ce6de2ad51bd959a42a8a512f9 virt-manager-1.3.1.tar.gz
|
6d0436939769b66457034b1ae7040b85 virt-manager-1.3.2.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# End local config
|
# End local config
|
||||||
|
|
||||||
Name: virt-manager
|
Name: virt-manager
|
||||||
Version: 1.3.1
|
Version: 1.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
%define verrel %{version}-%{release}
|
%define verrel %{version}-%{release}
|
||||||
|
|
||||||
@ -36,10 +36,15 @@ Requires: pygobject3
|
|||||||
Requires: gtk3
|
Requires: gtk3
|
||||||
Requires: libvirt-glib >= 0.0.9
|
Requires: libvirt-glib >= 0.0.9
|
||||||
Requires: libxml2-python
|
Requires: libxml2-python
|
||||||
Requires: vte3
|
|
||||||
Requires: dconf
|
Requires: dconf
|
||||||
Requires: dbus-x11
|
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
|
# For console widget
|
||||||
Requires: gtk-vnc2
|
Requires: gtk-vnc2
|
||||||
Requires: spice-gtk3
|
Requires: spice-gtk3
|
||||||
@ -214,6 +219,10 @@ fi
|
|||||||
%{_bindir}/virt-xml
|
%{_bindir}/virt-xml
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Dec 06 2015 Cole Robinson <crobinso@redhat.com> - 1.3.1-1
|
||||||
- Rebased to version 1.3.1
|
- Rebased to version 1.3.1
|
||||||
- Fix command line API on RHEL7 pygobject
|
- Fix command line API on RHEL7 pygobject
|
||||||
|
Loading…
Reference in New Issue
Block a user