c2a4f4f
# -*- rpm-spec -*-
c2a4f4f
0adbf03
%define _package virt-manager
3c2781c
%define _version 0.9.0
db532c7
%define _release 5
46229f0
%define virtinst_version 0.600.0
0adbf03
0adbf03
%define qemu_user                  "qemu"
0adbf03
%define preferred_distros          "fedora,rhel"
0adbf03
%define kvm_packages               "qemu-system-x86"
0adbf03
%define libvirt_packages           "libvirt"
0adbf03
%define disable_unsupported_rhel   0
0adbf03
%define default_graphics           "spice"
0adbf03
bcbad3f
%define with_guestfs               0
0adbf03
%define with_spice                 1
3c2781c
%define with_tui                   1
0adbf03
0adbf03
# End local config
0adbf03
c2a4f4f
# This macro is used for the continuous automated builds. It just
c2a4f4f
# allows an extra fragment based on the timestamp to be appended
c2a4f4f
# to the release. This distinguishes automated builds, from formal
c2a4f4f
# Fedora RPM builds
9c0f30d
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
c2a4f4f
0adbf03
Name: %{_package}
0adbf03
Version: %{_version}
46229f0
Release: %{_release}%{_extra_release}
3c2781c
%define verrel %{version}-%{release}
c2a4f4f
3c2781c
Summary: Virtual Machine Manager
c2a4f4f
Group: Applications/Emulators
6c337bd
License: GPLv2+
46283c2
URL: http://virt-manager.org/
46283c2
Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
af8dcfc
# Fix typo that broke net stats reporting
af8dcfc
Patch1: %{name}-fix-net-stats.patch
c2a4f4f
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f8f4684
BuildArch: noarch
c2a4f4f
c2a4f4f
# These two are just the oldest version tested
c2a4f4f
Requires: pygtk2 >= 1.99.12-6
c2a4f4f
Requires: gnome-python2-gconf >= 1.99.11-7
65b2b99
# This version not strictly required: virt-manager should work with older,
65b2b99
# however varying amounts of functionality will not be enabled.
f8f4684
Requires: libvirt-python >= 0.7.0
c2a4f4f
# Definitely does not work with earlier due to python API changes
c2a4f4f
Requires: dbus-python >= 0.61
d6fa6bf
Requires: dbus-x11
c2a4f4f
# Might work with earlier, but this is what we've tested
c2a4f4f
Requires: gnome-keyring >= 0.4.9
c2a4f4f
# Minimum we've tested with
a785d06
# Although if you don't have this, comment it out and the app
a785d06
# will work just fine - keyring functionality will simply be
9c0f30d
# disabled
a785d06
Requires: gnome-python2-gnomekeyring >= 2.15.4
a785d06
# Minimum we've tested with
a785d06
Requires: libxml2-python >= 2.6.23
65b2b99
# Absolutely require this version or later
0adbf03
Requires: python-virtinst >= %{virtinst_version}
9c0f30d
# Required for loading the glade UI
9c0f30d
Requires: pygtk2-libglade
9c0f30d
# Earlier vte had broken python binding module
a785d06
Requires: vte >= 0.12.2
fcea5cb
# For online help
fcea5cb
Requires: scrollkeeper
42754f1
# For console widget
f8f4684
Requires: gtk-vnc-python >= 0.3.8
42754f1
# For local authentication against PolicyKit
638f25f
# Fedora 12 has no need for a client agent
719ad6a
%if 0%{?fedora} == 11
6452fa1
Requires: PolicyKit-authentication-agent
b64c012
%endif
b64c012
%if 0%{?fedora} >= 9 && 0%{?fedora} < 11
42754f1
Requires: PolicyKit-gnome
6452fa1
%endif
0adbf03
%if %{with_spice}
8c05848
Requires: spice-gtk-python
0adbf03
%endif
3c2781c
%if %{with_guestfs}
3c2781c
Requires: python-libguestfs
3c2781c
%endif
3c2781c
3c2781c
%if %{with_tui} == 0
3c2781c
Obsoletes: virt-manager-common <= %{verrel}
3c2781c
Conflicts: virt-manager-common > %{verrel}
3c2781c
%else
3c2781c
Requires: virt-manager-common = %{verrel}
3c2781c
%endif
c2a4f4f
628e68d
BuildRequires: gettext
fcea5cb
BuildRequires: scrollkeeper
42754f1
BuildRequires: intltool
af8dcfc
BuildRequires: GConf2
42754f1
9671c3f
Requires(pre): GConf2
9671c3f
Requires(post): GConf2
9671c3f
Requires(preun): GConf2
9179907
Requires(post): desktop-file-utils
9179907
Requires(postun): desktop-file-utils
9671c3f
c2a4f4f
%description
42754f1
Virtual Machine Manager provides a graphical tool for administering virtual
42754f1
machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
42754f1
connect to a graphical or serial console, and see resource usage statistics
42754f1
for existing VMs on local or remote machines. Uses libvirt as the backend
42754f1
management API.
c2a4f4f
3c2781c
# TUI package setup
3c2781c
%if %{with_tui}
3c2781c
%package tui
3c2781c
Summary: Virtual Machine Manager text user interface
3c2781c
Group: Applications/Emulators
3c2781c
3c2781c
Requires: virt-manager-common = %{verrel}
db532c7
Requires: python-newt_syrup >= 0.1.2
3c2781c
Requires: libuser-python
3c2781c
Requires: python-IPy
3c2781c
3c2781c
%description tui
3c2781c
An interactive text user interface for Virtual Machine Manager.
3c2781c
3c2781c
%package common
3c2781c
Summary: Common files used by the different Virtual Machine Manager interfaces
3c2781c
Group: Applications/Emulators
3c2781c
3c2781c
# This version not strictly required: virt-manager should work with older,
3c2781c
# however varying amounts of functionality will not be enabled.
3c2781c
Requires: libvirt-python >= 0.7.0
3c2781c
Requires: dbus-python
3c2781c
# Minimum we've tested with
3c2781c
Requires: libxml2-python >= 2.6.23
3c2781c
# Absolutely require this version or later
3c2781c
Requires: python-virtinst >= %{virtinst_version}
3c2781c
3c2781c
%description common
3c2781c
Common files used by the different Virtual Machine Manager interfaces.
3c2781c
%endif
3c2781c
c2a4f4f
%prep
46283c2
%setup -q
af8dcfc
%patch1 -p1
c2a4f4f
c2a4f4f
%build
0adbf03
%if %{qemu_user}
0adbf03
%define _qemu_user --with-qemu_user=%{qemu_user}
0adbf03
%endif
0adbf03
0adbf03
%if %{kvm_packages}
0adbf03
%define _kvm_packages --with-kvm-packages=%{kvm_packages}
0adbf03
%endif
0adbf03
0adbf03
%if %{preferred_distros}
0adbf03
%define _preferred_distros --with-preferred-distros=%{preferred_distros}
0adbf03
%endif
0adbf03
0adbf03
%if %{libvirt_packages}
0adbf03
%define _libvirt_packages --with-libvirt-package-names=%{libvirt_packages}
0adbf03
%endif
0adbf03
0adbf03
%if %{disable_unsupported_rhel}
0adbf03
%define _disable_unsupported_rhel --disable-unsupported-rhel-options
0adbf03
%endif
0adbf03
0adbf03
%if %{default_graphics}
0adbf03
%define _default_graphics --with-default-graphics=%{default_graphics}
0adbf03
%endif
0adbf03
3c2781c
%if %{with_tui}
3c2781c
%define _tui_opt --with-tui
3c2781c
%else
3c2781c
%define _tui_opt --without-tui
3c2781c
%endif
0adbf03
3c2781c
%configure  %{?_tui_opt} \
0adbf03
            %{?_qemu_user} \
0adbf03
            %{?_kvm_packages} \
0adbf03
            %{?_libvirt_packages} \
0adbf03
            %{?_preferred_distros} \
0adbf03
            %{?_enable_unsupported_rhel} \
0adbf03
            %{?_default_graphics}
c2a4f4f
make %{?_smp_mflags}
c2a4f4f
0adbf03
c2a4f4f
%install
c2a4f4f
rm -rf $RPM_BUILD_ROOT
c2a4f4f
make install  DESTDIR=$RPM_BUILD_ROOT
a785d06
%find_lang %{name}
c2a4f4f
c2a4f4f
%clean
c2a4f4f
rm -rf $RPM_BUILD_ROOT
c2a4f4f
9671c3f
%pre
3c2781c
%gconf_schema_prepare %{name}
9671c3f
9671c3f
%post
3c2781c
update-desktop-database -q %{_datadir}/applications
bcbad3f
%gconf_schema_upgrade %{name}
fcea5cb
9671c3f
%postun
3c2781c
update-desktop-database -q %{_datadir}/applications
fcea5cb
9671c3f
%preun
3c2781c
%gconf_schema_remove %{name}
3c2781c
9671c3f
3c2781c
%if %{with_tui}
3c2781c
%files
3c2781c
%else
a785d06
%files -f %{name}.lang
3c2781c
%endif
c2a4f4f
%defattr(-,root,root,-)
fcea5cb
%doc README COPYING COPYING-DOCS AUTHORS ChangeLog NEWS
9671c3f
%{_sysconfdir}/gconf/schemas/%{name}.schemas
c2a4f4f
%{_bindir}/%{name}
c2a4f4f
%{_libexecdir}/%{name}-launch
c2a4f4f
46283c2
%{_mandir}/man1/%{name}.1*
46283c2
3c2781c
%if %{with_tui} == 0
65b2b99
%dir %{_datadir}/%{name}
3c2781c
%dir %{_datadir}/%{name}/virtManager/
3c2781c
%{_datadir}/%{name}/virtManager/*.py*
3c2781c
%endif
3c2781c
c2a4f4f
%{_datadir}/%{name}/*.glade
3c2781c
%{_datadir}/%{name}/%{name}.py*
c2a4f4f
3c2781c
%{_datadir}/%{name}/icons
3c2781c
%{_datadir}/icons/hicolor/*/apps/*
bc0a62a
3c2781c
%{_datadir}/applications/%{name}.desktop
3c2781c
%{_datadir}/dbus-1/services/%{name}.service
01726b0
3c2781c
%if %{with_tui}
3c2781c
%files common -f %{name}.lang
3c2781c
%defattr(-,root,root,-)
3c2781c
%dir %{_datadir}/%{name}
bc0a62a
%dir %{_datadir}/%{name}/virtManager/
3c2781c
65b2b99
%{_datadir}/%{name}/virtManager/*.py*
c2a4f4f
3c2781c
%files tui
3c2781c
%defattr(-,root,root,-)
3c2781c
3c2781c
%{_bindir}/%{name}-tui
3c2781c
%{_datadir}/%{name}/%{name}-tui.py*
a785d06
3c2781c
%{_datadir}/%{name}/virtManagerTui
3c2781c
%endif
c2a4f4f
c2a4f4f
%changelog
db532c7
* Tue Aug 02 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-5
db532c7
- Fix python-newt_syrup dep
db532c7
4a733dd
* Mon Aug 01 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-4
4a733dd
- Don't have a hard dep on libguestfs (bz 726364)
4a733dd
- Depend on needed python-newt_syrup version
4a733dd
af8dcfc
* Thu Jul 28 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-3
af8dcfc
- Fix typo that broke net stats reporting
af8dcfc
- Add BuildRequires: GConf2 to fix pre scriplet error
af8dcfc
3c2781c
* Tue Jul 26 2011 Cole Robinson <crobinso@redhat.com> - 0.9.0-1.fc16
3c2781c
- Rebased to version 0.9.0
3c2781c
- Use a hiding toolbar for fullscreen mode
3c2781c
- Use libguestfs to show guest packagelist and more (Richard W.M. Jones)
3c2781c
- Basic 'New VM' wizard support for LXC guests
3c2781c
- Remote serial console access (with latest libvirt)
3c2781c
- Remote URL guest installs (with latest libvirt)
3c2781c
- Add Hardware: Support <filesystem> devices
3c2781c
- Add Hardware: Support <smartcard> devices (Marc-André Lureau)
3c2781c
- Enable direct interface selection for qemu/kvm (Gerhard Stenzel)
3c2781c
- Allow viewing and changing disk serial number
3c2781c
fc93b7d
* Thu Apr 28 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-5.fc16
fc93b7d
- Stop netcf errors from flooding logs (bz 676920)
fc93b7d
- Bump default mem for new guests to 1GB so F15 installs work (bz
fc93b7d
  700480)
fc93b7d
8c05848
* Tue Apr 19 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-4.fc16
8c05848
- Fix spice RPM dependency (bz 697729)
8c05848
47893da
* Thu Apr 07 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-3.fc16
47893da
- Fix broken cs.po which crashed gettext
47893da
- Fix offline attach fallback if hotplug fails
47893da
- Offer to attach spicevmc if switching to spice
47893da
0adbf03
* Thu Mar 31 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-2.fc16
0adbf03
- Fix using spice as default graphics type
0adbf03
- Fix lockup as non-root (bz 692570)
0adbf03
522ace5
* Mon Mar 28 2011 Cole Robinson <crobinso@redhat.com> - 0.8.7-1.fc16
522ace5
- Rebased to version 0.8.7
522ace5
- Allow renaming an offline VM
522ace5
- Spice password support (Marc-André Lureau)
522ace5
- Allow editting NIC <virtualport> settings (Gerhard Stenzel)
522ace5
- Allow enabling/disabling individual CPU features
522ace5
- Allow easily changing graphics type between VNC/SPICE for existing VM
522ace5
- Allow easily changing network source device for existing VM
522ace5
5c1bceb
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.6-2
5c1bceb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5c1bceb
6d8c8aa
* Wed Feb  2 2011 Cole Robinson <crobinso@redhat.com> - 0.8.6-1.fc15
638f25f
- Update to 0.8.6
638f25f
- SPICE support (requires spice-gtk) (Marc-André Lureau)
638f25f
- Option to configure CPU model
638f25f
- Option to configure CPU topology
638f25f
- Save and migration cancellation (Wen Congyang)
638f25f
- Save and migration progress reporting
638f25f
- Option to enable bios boot menu
638f25f
- Option to configure direct kernel/initrd boot
638f25f
65b2b99
* Wed Aug 25 2010 Cole Robinson <crobinso@redhat.com> - 0.8.5-1.fc15
65b2b99
- Update to 0.8.5
65b2b99
- Improved save/restore support
65b2b99
- Option to view and change disk cache mode
65b2b99
- Configurable VNC keygrab sequence (Michal Novotny)
65b2b99
5a7f88c
* Mon Aug  2 2010 David Malcolm <dmalcolm@redhat.com> - 0.8.4-3.fc15
5a7f88c
- fix python 2.7 incompatibility (bz 620216)
5a7f88c
4b536f0
* Thu May 27 2010 Cole Robinson <crobinso@redhat.com> - 0.8.4-2.fc14
4b536f0
- Only close connection on specific remote errors
4b536f0
- Fix weird border in manager UI (bz 583728)
4b536f0
- Fix broken icons
4b536f0
- Cancel post-install reboot if VM is forced off
4b536f0
- Fix traceback if customizing a livecd install (bz 583712)
4b536f0
- Add pool refresh button
4b536f0
- Properly autodetect VNC keymap (bz 586201)
4b536f0
- Fix traceback when reconnecting to remote VNC console (bz 588254)
4b536f0
- Fix remote VNC connection with zsh as default shell
4b536f0
01726b0
* Wed Mar 24 2010 Cole Robinson <crobinso@redhat.com> - 0.8.4-1.fc14
01726b0
- Update to version 0.8.4
01726b0
- 'Import' install option, to create a VM around an existing OS image
01726b0
- Support multiple boot devices and boot order
01726b0
- Watchdog device support
01726b0
- Enable setting a human readable VM description.
01726b0
- Option to manually specifying a bridge name, if bridge isn't detected
01726b0
a6a15d4
* Mon Mar 22 2010 Cole Robinson <crobinso@redhat.com> - 0.8.3-2.fc14
a6a15d4
- Fix using a manual 'default' pool (bz 557020)
a6a15d4
- Don't force grab focus when app is run (bz 548430)
a6a15d4
- Check packagekit for KVM and libvirtd (bz 513494)
a6a15d4
- Fake a reboot implementation if libvirt doesn't support it (bz 532216)
a6a15d4
- Mark some strings as translatable (bz 572645)
a6a15d4
604bc52
* Mon Feb  8 2010 Cole Robinson <crobinso@redhat.com> - 0.8.3-1.fc13
604bc52
- Update to 0.8.3 release
604bc52
- Manage network interfaces: start, stop, view, provision bridges, bonds, etc.
604bc52
- Option to 'customize VM before install'.
604bc52
1d4a32d
* Tue Jan 12 2010 Cole Robinson <crobinso@redhat.com> - 0.8.2-2.fc13
1d4a32d
- Build with actual upstream tarball (not manually built dist)
1d4a32d
b48a4b9
* Mon Dec 14 2009 Cole Robinson <crobinso@redhat.com> - 0.8.2-1.fc13
b48a4b9
- Update to 0.8.2 release
b48a4b9
- Fix first virt-manager run on a new install
b48a4b9
- Enable floppy media eject/connect
b48a4b9
03a23f4
* Wed Dec 09 2009 Cole Robinson <crobinso@redhat.com> - 0.8.1-3.fc13
03a23f4
- Select manager row on right click, regressed with 0.8.1
03a23f4
db4fb76
* Sat Dec  5 2009 Cole Robinson <crobinso@redhat.com> - 0.8.1-2.fc13
db4fb76
- Set proper version Requires: for python-virtinst
db4fb76
2a9a334
* Thu Dec  3 2009 Cole Robinson <crobinso@redhat.com> - 0.8.1-1.fc13
2a9a334
- Update to release 0.8.1
2a9a334
- VM Migration wizard, exposing various migration options
2a9a334
- Enumerate CDROM and bridge devices on remote connections
2a9a334
- Support storage pool source enumeration for LVM, NFS, and SCSI
2a9a334
5eedcbd
* Mon Oct 05 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-8.fc13
5eedcbd
- Don't allow creating a volume without a name (bz 526111)
5eedcbd
- Don't allow volume allocation > capacity (bz 526077)
5eedcbd
- Add tooltips for toolbar buttons (bz 524083)
5eedcbd
fe6c479
* Mon Oct 05 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-7.fc13
fe6c479
- More translations (bz 493795)
fe6c479
04277a7
* Tue Sep 29 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-6.fc13
04277a7
- Fix VCPU hotplug
04277a7
- Remove access to outdated docs (bz 522823, bz 524805)
04277a7
- Update VM state text in manager view (bz 526182)
04277a7
- Update translations (bz 493795)
04277a7
a8a3752
* Thu Sep 24 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-5.fc12
a8a3752
- Refresh host disk space in create wizard (bz 502777)
a8a3752
- Offer to fix disk permission issues (bz 517379)
a8a3752
0c96ca8
* Thu Sep 17 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-4.fc12
0c96ca8
- Don't close libvirt connection for non-fatal errors (bz 522168)
0c96ca8
- Manager UI tweaks
0c96ca8
- Generate better errors if disk/net stats polling fails
0c96ca8
3957d80
* Mon Sep 14 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-3.fc12
3957d80
- Fix disk XML mangling via connect/eject cdrom (bz 516116)
3957d80
- Fix delete button sensitivity (bz 518536)
3957d80
- Fix populating text box from storage browser in 'New VM' (bz 517263)
3957d80
- Fix a traceback in an 'Add Hardware' error path (bz 517286)
3957d80
0e8d017
* Thu Aug 13 2009 Daniel P. Berrange <berrange@redhat.com> - 0.8.0-2.fc12
0e8d017
- Remove obsolete dep on policykit agent
0e8d017
f8f4684
* Tue Jul 28 2009 Cole Robinson <crobinso@redhat.com> - 0.8.0-1.fc12
f8f4684
- Update to release 0.8.0
f8f4684
- New 'Clone VM' Wizard
f8f4684
- Improved UI, including an overhaul of the main 'manager' view
f8f4684
- System tray icon for easy VM access (start, stop, view console/details)
f8f4684
- Wizard for adding serial, parallel, and video devices to existing VMs.
f8f4684
43ccac0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-6
43ccac0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
43ccac0
14a09e3
* Thu May 21 2009 Mark McLoughlin <markmc@redhat.com> - 0.7.0-5.fc12
14a09e3
- Fix 'opertaing' typo in 'New VM' dialog (#495128)
14a09e3
- Allow details window to resize again (#491683)
14a09e3
- Handle collecting username for vnc authentication (#499589)
14a09e3
- Actually handle arch config when creating a VM (#499145)
14a09e3
- Log libvirt capabilities at startup to aid debugging (#500337)
14a09e3
f671e78
* Tue Apr 14 2009 Cole Robinson <crobinso@redhat.com> - 0.7.0-4.fc11
f671e78
- More translation updates
f671e78
6cfa3bb
* Thu Apr 09 2009 Cole Robinson <crobinso@redhat.com> - 0.7.0-3.fc11
6cfa3bb
- Fix incorrect max vcpu setting in New VM wizard (bz 490466)
6cfa3bb
- Fix some OK/Cancel button ordering issues (bz 490207)
6cfa3bb
- Use openAuth when duplicating a connection when deleting a VM
6cfa3bb
- Updated translations (bz 493795)
6cfa3bb
b64c012
* Mon Mar 23 2009 Cole Robinson <crobinso@redhat.com> - 0.7.0-2.fc11
b64c012
- Back compat fixes for connecting to older xen installations (bz 489885)
b64c012
- Don't show harmless NoneType error when launching new VM details window
b64c012
19842a0
* Tue Mar 10 2009 Cole Robinson <crobinso@redhat.com> - 0.7.0-1.fc11
19842a0
- Update to release 0.7.0
19842a0
- Redesigned 'New Virtual Machine' wizard
19842a0
- Option to remove storage when deleting a virtual machine.
19842a0
- File browser for libvirt storage pools and volumes
19842a0
- Physical device assignment (PCI, USB) for existing virtual machines.
19842a0
6452fa1
* Wed Mar  4 2009 Cole Robinson <crobinso@redhat.com> - 0.6.1-4.fc11
6452fa1
- Update polish translation (bz 263301)
6452fa1
- Fix sending ctrl-alt-del to guest
6452fa1
- Fix cpu + mem stats options to remember preference.
6452fa1
cd9a00b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-3
cd9a00b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
cd9a00b
0a20504
* Mon Feb  9 2009 Cole Robinson <crobinso@redhat.com> - 0.6.1-2
0a20504
- Kill off consolehelper (PolicyKit is sufficient)
0a20504
e1cebac
* Mon Jan 26 2009 Cole Robinson <crobinso@redhat.com> - 0.6.1-1
e1cebac
- Update to 0.6.1 release
e1cebac
- Disk and Network VM stats reporting
e1cebac
- VM Migration support
e1cebac
- Support adding sound devices to existing VMs
e1cebac
- Allow specifying device model when adding a network device to an existing VM
e1cebac
7a69cc9
* Tue Jan 20 2009 Mark McLoughlin <markmc@redhat.com> - 0.6.0-7
7a69cc9
- Add patch to ignore fix crash on force-poweroff with serial console (#470548)
7a69cc9
36e6d63
* Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-6
36e6d63
- Rebuild for Python 2.6
36e6d63
8e0acf0
* Mon Dec  1 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-5.fc10
8e0acf0
- Fix spec for building on F9
8e0acf0
- Update 'New VM' virt descriptions to be less black and white (bz 470563)
8e0acf0
736fd11
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.0-4
736fd11
- Rebuild for Python 2.6
736fd11
d6fa6bf
* Mon Oct 27 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-3.fc10
d6fa6bf
- Add dbus-x11 to Requires (bug 467886)
d6fa6bf
- Fedora translation updates (bug 467808)
d6fa6bf
- Don't add multiple sound devices if install fails
d6fa6bf
- Only popup volume path copy option on right click
d6fa6bf
- Fix a variable typo
d6fa6bf
f5616ca
* Tue Oct 14 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-2.fc10
f5616ca
- Add gnome-python2-gnome requirement.
f5616ca
- Allow seeing connection details if disconnected.
f5616ca
- Updated catalan translation.
f5616ca
- Update dutch translation.
f5616ca
- Update german translation. (bug 438136)
f5616ca
- Fix showing domain console when connecting to hypervisor.
f5616ca
- Update POTFILES to reflect reality (bug 466835)
f5616ca
42754f1
* Wed Sep 10 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-1.fc10
42754f1
- Update to 0.6.0 release
42754f1
- Add libvirt storage management support
42754f1
- Basic support for remote guest installation
42754f1
- Merge VM console and details windows
42754f1
- Poll avahi for libvirtd advertisement
42754f1
- Hypervisor autoconnect option
42754f1
- Add sound emulation when creating new guests
42754f1
e24be0b
* Thu Apr  3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-3.fc9
e24be0b
- Updated sr, de, fi, it, pl translations
e24be0b
8f227e7
* Thu Mar 13 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-2.fc9
8f227e7
- Don't run policykit checks when root (rhbz #436994)
8f227e7
9d5868e
* Mon Mar 10 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-1.fc9
9d5868e
- Update to 0.5.4 release
9d5868e
02bb7a4
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.3-2
02bb7a4
- Autorebuild for GCC 4.3
02bb7a4
6c337bd
* Thu Jan 10 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.3-1.fc9
6c337bd
- Update to 0.5.3 release
6c337bd
59f7698
* Mon Oct 15 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.2-2.fc8
59f7698
- Change TLS x509 credential name to sync with libvirt
59f7698
37f16f9
* Thu Oct  4 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.2-1.fc8
37f16f9
- Update to 0.5.2 release
37f16f9
- No scrollbars for high res guest in low res host (rhbz 273181)
37f16f9
- Unable to remove network device (rhbz 242900)
37f16f9
- Fixed broken menu items (rhbz 307551)
37f16f9
- Require libvirt 0.3.3 to get CDROM change capability for Xen
37f16f9
0af7c12
* Tue Sep 25 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.1-1.fc8
0af7c12
- Updated to 0.5.1 release
0af7c12
- Open connections in background
0af7c12
- Make VNC connection retries more robust
0af7c12
- Allow changing of CDROM media on the fly
0af7c12
- Add PXE boot installation of HVM guests
0af7c12
- Allow tunnelling VNC over SSH
0af7c12
46283c2
* Wed Aug 29 2007 Daniel P. Berrange <berrange@redhat.com> - 0.5.0-1.fc8
46283c2
- Updated to 0.5.0 release
46283c2
- Support for managing remote hosts
46283c2
- Switch to use GTK-VNC for the guest console
46283c2
2dc324c
* Fri Aug 24 2007 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-3.fc8
2dc324c
- Remove ExcludeArch since libvirt is now available
2dc324c
c6e0a66
* Wed May  9 2007 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-2.fc7
c6e0a66
- Refresh po file translations (bz 238369)
c6e0a66
- Fixed removal of disk/network devices
c6e0a66
- Fixed toolbar menu option state
c6e0a66
- Fixed file dialogs & default widget states
c6e0a66
f3a450b
* Mon Apr 16 2007 Daniel P. Berrange <berrange@redhat.com> - 0.4.0-1.fc7
f3a450b
- Support for managing virtual networks
f3a450b
- Ability to attach guest to virtual networks
f3a450b
- Automatically set VNC keymap based on local keymap
f3a450b
- Support for disk & network device addition/removal
f3a450b
f3a450b
* Wed Mar 28 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-3.fc7
f3a450b
- Fix HVM check to allow KVM guests to be created (bz 233644)
f3a450b
- Fix default file size suggestion
f3a450b
bc0a62a
* Tue Mar 27 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-2.fc7
bc0a62a
- Ensure we own all directories we create (bz 233816)
bc0a62a
fcea5cb
* Tue Mar 20 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.2-1.fc7
fcea5cb
- Added online help to all windows
fcea5cb
- Bug fixes to virtual console popup, key grab & accelerator override
fcea5cb
4d1e41d
* Tue Mar 13 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-4.fc7
4d1e41d
- Fixed thread locking to avoid deadlocks when a11y is enabled
4d1e41d
a9292bc
* Fri Mar  2 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-3.fc7
a9292bc
- Fixed keyboard ungrab in VNC widget
a9292bc
57ad5dc
* Tue Feb 20 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-2.fc7
57ad5dc
- Only check for HVM on Xen hypervisor
57ad5dc
5ed465e
* Tue Feb 20 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.1-1.fc7
5ed465e
- Added support for managing QEMU domains
5ed465e
- Automatically grab mouse pointer to workaround dual-cursor crazyness
5ed465e
9179907
* Wed Jan 31 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.0-2.fc7
9179907
- Added dep on desktop-file-utils for post/postun scripts
9179907
9179907
* Mon Jan 22 2007 Daniel P. Berrange <berrange@redhat.com> - 0.3.0-1.fc7
01aa9a3
- Added support for managing inactive domains
01aa9a3
- Require virt-inst >= 0.100.0 and libvirt >= 0.1.11 for ianctive
01aa9a3
  domain management capabilities
01aa9a3
- Add progress bars during VM creation stage
01aa9a3
- Improved reliability of VNC console
01aa9a3
- Updated translations again
01aa9a3
- Added destroy option to menu bar to forceably kill a guest
01aa9a3
- Visually differentiate allocated memory, from actual used memory on host
01aa9a3
- Validate file magic when restoring a guest from a savd file
01aa9a3
- Performance work on domain listing
01aa9a3
- Allow creation of non-sparse files
01aa9a3
- Fix backspace key in serial console
01aa9a3
f39b7bd
* Tue Dec 19 2006 Daniel P. Berrange <berrange@redhat.com> - 0.2.6-3.fc7
f39b7bd
- Imported latest translations from Fedora i18n repository (bz 203783)
f39b7bd
- Use 127.0.0.1 address for connecting to VNC console instead of
f39b7bd
  localhost to avoid some issue with messed up /etc/hosts.
f39b7bd
- Add selector for sparse or non-sparse file, defaulting to non-sparse.
f39b7bd
  Add appropriate warnings and progress-bar text. (bz 218996)
f39b7bd
- Disable memory ballooning & CPU hotplug for HVM guests (bz 214432)
f39b7bd
- Updated memory-setting UI to include a hard upper limit for physical
f39b7bd
  host RAM
f39b7bd
- Added documentation on the page warning that setting virtual host RAM
f39b7bd
  too high can exhaust the memory of the machine
f39b7bd
- Handle errors when hostname resolution fails to avoid app exiting (bz 216975)
f39b7bd
f39b7bd
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 0.2.6-2.fc7
6c95c59
- rebuild for python 2.5
6c95c59
107ef2b
* Thu Nov  9 2006 Daniel P. Berrange <berrange@redhat.com> - 0.2.6-1.fc7
107ef2b
- Imported translations from Fedora i18n repository
107ef2b
- Make (most) scrollbar policies automatic
107ef2b
- Set busy cursor while creating new VMs
107ef2b
- Preference for controlling keygrab policy
107ef2b
- Preference for when to automatically open console (bz 211385)
107ef2b
- Re-try VNC connection attempt periodically in case VNC daemon
107ef2b
  hasn't finished starting up
107ef2b
- Added activation of URLs for about dialog (bz 210782)
107ef2b
- Improved error reporting when connecting to HV (bz 211229)
107ef2b
- Add command line args to open specific windows
107ef2b
- Don't skip para/full virt wizard step - instead gray out full
107ef2b
  virt option & tell user why
107ef2b
- Change 'physical' to 'logical' when refering to host CPUs
107ef2b
- Include hostname in titlebar
107ef2b
- Disable wizard sensitivity while creating VM
107ef2b
3e9e320
* Thu Oct 19 2006 Daniel P. Berrange <berrange@redhat.com> - 0.2.5-1.fc7
3e9e320
- Switch to use python-virtinst instead of python-xeninst due to 
3e9e320
  renaming of original package
3e9e320
- Disable keyboard accelerators when grabbing mouse to avoid things like
3e9e320
  Ctrl-W closing the local window, instead of remote window bz 210364
3e9e320
- Fix host memory reporting bz 211281
3e9e320
- Remove duplicate application menu entry bz 211230
3e9e320
- Fix duplicated mnemonics (bz 208408)
3e9e320
- Use blktap backed disks if available
3e9e320
- Use a drop down list to remember past URLs (bz 209479)
3e9e320
- Remove unused help button from preferences dialog (bz 209251)
3e9e320
- Fix exception when no VNC graphics is defined
3e9e320
- Force immediate refresh of VMs after creating a new one
3e9e320
- Improve error reporting if run on a kernel without Xen (bz 209122)
3e9e320
- More fixes to avoid stuck modifier keys on focus-out (bz 207949)
3e9e320
46a56e0
* Fri Sep 29 2006 Daniel P. Berrange <berrange@redhat.com> 0.2.3-2.fc6
46a56e0
- Fix segv in sparkline code when no data points are defined (bz  208185)
46a56e0
- Clamp CPU utilization between 0 & 100% just in case (bz 208185)
46a56e0
46a56e0
* Tue Sep 26 2006 Daniel Berrange <berrange@redhat.com> - 0.2.3-1.fc6
fa8cf8a
- Require xeninst >= 0.93.0 to fix block backed devices
fa8cf8a
- Skip para/fully-virt step when going back in wizard if not HVM host (bz 207409)
fa8cf8a
- Fix handling of modifier keys in VNC console so Alt key doesn't get stuck (bz 207949)
fa8cf8a
- Allow sticky modifier keys by pressing same key 3 times in row (enables Ctrl-Alt-F1
fa8cf8a
  by doing Ctrl Ctrl Ctrl  Alt-F1)
fa8cf8a
- Improved error handling during guest creation
fa8cf8a
- Log errors with python logging, instead of to stdout
fa8cf8a
- Remove unused buttons from main domain list window
fa8cf8a
- Switch out of full screen & release key grab when closing console
fa8cf8a
- Trim sparkline CPU history graph to 40 samples max
fa8cf8a
- Constraint VCPU adjuster to only allow upto guest's max VCPU count
fa8cf8a
- Show guest's max & current VCPU count in details page
fa8cf8a
- Fix rounding of disk sizes to avoid a 1.9 GB disk being rounded down to 1 GB
fa8cf8a
- Use raw block device path to CDROM not mount point for HVM guest (bz 206965)
fa8cf8a
- Fix visibility of file size spin box (bz 206186 part 2)
fa8cf8a
- Check for GTK failing to open X11 display (bz 205938)
fa8cf8a
46a56e0
* Fri Sep 15 2006 Daniel Berrange <berrange@redhat.com> - 0.2.2-1.fc6
38218ef
- Fix event handling in create VM wizard (bz 206660 & 206186)
38218ef
- Fix close button in about dialog (bz 205943)
38218ef
- Refresh .pot files
38218ef
- Turn on VNC scrollbars fulltime to avoid GTK window sizing issue
38218ef
  which consistently resize too small.
38218ef
46a56e0
* Mon Sep 11 2006 Daniel Berrange <berrange@redhat.com> - 0.2.1-3.fc6
9c0f30d
- Added requires on pygtk2-libglade & librsvg2 (bz 205941 & 205942)
9c0f30d
- Re-arrange to use console-helper to launch app
9c0f30d
- Added 'dist' component to release number
9c0f30d
9c0f30d
* Wed Sep  6 2006 Jeremy Katz <katzj@redhat.com> - 0.2.1-2
37397cd
- don't ghost pyo files (#205448)
37397cd
9671c3f
* Mon Sep  4 2006 Daniel Berrange <berrange@redhat.com> - 0.2.1-1
9671c3f
- Updated to 0.2.1 tar.gz
9671c3f
- Added rules to install/uninstall gconf schemas in preun,post,pre
9671c3f
  scriptlets
9671c3f
- Updated URL for source to reflect new upstream download URL
9671c3f
628e68d
* Thu Aug 24 2006 Jeremy Katz <katzj@redhat.com> - 0.2.0-3
628e68d
- BR gettext
628e68d
01b5ca9
* Thu Aug 24 2006 Jeremy Katz <katzj@redhat.com> - 0.2.0-2
01b5ca9
- only build on arches with virt
01b5ca9
a785d06
* Tue Aug 22 2006 Daniel Berrange <berrange@redhat.com> - 0.2.0-1
a785d06
- Added wizard for creating virtual machines
a785d06
- Added embedded serial console
a785d06
- Added ability to take screenshots
a785d06
c2a4f4f
* Mon Jul 24 2006 Daniel Berrange <berrange@redhat.com> - 0.1.5-2
c2a4f4f
- Prefix *.pyo files with 'ghost' macro
c2a4f4f
- Use fully qualified URL in Source  tag
c2a4f4f
c2a4f4f
* Thu Jul 20 2006 Daniel Berrange <berrange@redhat.com> - 0.1.5-1
c2a4f4f
- Update to new 0.1.5 release snapshot
c2a4f4f
c2a4f4f
* Thu Jul 20 2006 Daniel Berrange <berrange@redhat.com> - 0.1.4-1
c2a4f4f
- Update to new 0.1.4 release snapshot
c2a4f4f
c2a4f4f
* Mon Jul 17 2006 Daniel Berrange <berrange@redhat.com> - 0.1.3-1
c2a4f4f
- Fix License tag
c2a4f4f
- Updated for new release
c2a4f4f
c2a4f4f
* Wed Jun 28 2006 Daniel Berrange <berrange@redhat.com> - 0.1.2-3
c2a4f4f
- Added missing copyright headers on all .py files
c2a4f4f
c2a4f4f
* Wed Jun 28 2006 Daniel Berrange <berrange@redhat.com> - 0.1.2-2
c2a4f4f
- Added python-devel to BuildRequires
c2a4f4f
c2a4f4f
* Wed Jun 28 2006 Daniel Berrange <berrange@redhat.com> - 0.1.2-1
c2a4f4f
- Change URL to public location
c2a4f4f
c2a4f4f
* Fri Jun 16 2006 Daniel Berrange <berrange@redhat.com> - 0.1.0-1
c2a4f4f
- Added initial support for using VNC console
c2a4f4f
c2a4f4f
* Thu Apr 20 2006 Daniel Berrange <berrange@redhat.com> - 0.0.2-1
c2a4f4f
- Added DBus remote control service
c2a4f4f
c2a4f4f
* Wed Mar 29 2006 Daniel Berrange <berrange@redhat.com> - 0.0.1-1
c2a4f4f
- Initial RPM build