- Update to virt-manager 0.9.4
0.9.4 is a bugfix release for 0.9.2, fixing VNC keyboard focus issues. 0.9.2 changelog: * Convert to gtkbuilder: UI can now be editted with modern glade tool * virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host * Option to configure spapr net and disk devices for pseries (Li Zhang) * Many bug fixes and improvements OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=102
This commit is contained in:
parent
12870dd68e
commit
0441608989
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9936059ac6b6d1d8a8dfe4bccd23696dcdeaa42a9953914fbd316c077ec5d953
|
|
||||||
size 945613
|
|
3
virt-manager-0.9.4.tar.bz2
Normal file
3
virt-manager-0.9.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7e447ed8468d0850b75889d2c71149a3f462c381e7af39cd493e0aa3023983f
|
||||||
|
size 941625
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 7 09:21:50 MDT 2012 - carnold@novell.com
|
||||||
|
|
||||||
|
- Update to virt-manager 0.9.4
|
||||||
|
0.9.4 is a bugfix release for 0.9.2, fixing VNC keyboard focus
|
||||||
|
issues. 0.9.2 changelog:
|
||||||
|
* Convert to gtkbuilder: UI can now be editted with modern glade tool
|
||||||
|
* virt-manager no longer runs on RHEL5, but can manage a remote RHEL5 host
|
||||||
|
* Option to configure spapr net and disk devices for pseries (Li Zhang)
|
||||||
|
* Many bug fixes and improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 13 11:20:18 MDT 2012 - carnold@novell.com
|
Fri Jul 13 11:20:18 MDT 2012 - carnold@novell.com
|
||||||
|
|
||||||
|
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define gsysconfdir /etc
|
%define gsysconfdir /etc
|
||||||
%define gconftool /usr/bin/gconftool-2
|
%define gconftool /usr/bin/gconftool-2
|
||||||
%define virtinst_maj 0
|
%define virtinst_maj 0
|
||||||
%define virtinst_min 600
|
%define virtinst_min 600
|
||||||
%define virtinst_rel 2
|
%define virtinst_rel 3
|
||||||
%define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
|
%define virtinst_name virtinst-%{virtinst_maj}.%{virtinst_min}.%{virtinst_rel}
|
||||||
|
|
||||||
%define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()")
|
%define pysite %(python -c "import distutils.sysconfig; print distutils.sysconfig.get_python_lib()")
|
||||||
@ -28,7 +29,7 @@ Name: virt-manager
|
|||||||
Summary: Virtual Machine Manager
|
Summary: Virtual Machine Manager
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Version: 0.9.3
|
Version: 0.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://virt-manager.et.redhat.com
|
Url: http://virt-manager.et.redhat.com
|
||||||
Source0: virt-manager-%{version}.tar.bz2
|
Source0: virt-manager-%{version}.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user