Update to latest upstream release 0.6.0

This commit is contained in:
Cole Robinson 2008-09-10 23:06:21 +00:00
parent e24be0b55d
commit 42754f113e
5 changed files with 32 additions and 15228 deletions

View File

@ -1,5 +1 @@
*.src.rpm virt-manager-0.6.0.tar.gz
.build*.log
x86_64
i686
virt-manager-0.5.4.tar.gz

View File

@ -1 +1 @@
9de921b119e897c28fb10335ca88e6dc virt-manager-0.5.4.tar.gz fd0acd111f180a0766b08d5f42cf5468 virt-manager-0.6.0.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}} %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
Name: virt-manager Name: virt-manager
Version: 0.5.4 Version: 0.6.0
Release: 3%{_extra_release} Release: 1%{_extra_release}
Summary: Virtual Machine Manager Summary: Virtual Machine Manager
Group: Applications/Emulators Group: Applications/Emulators
@ -18,14 +18,13 @@ Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar
Source1: %{name}.pam Source1: %{name}.pam
Source2: %{name}.console Source2: %{name}.console
Patch1: %{name}-%{version}-polkit-root.patch Patch1: %{name}-%{version}-polkit-root.patch
Patch2: %{name}-%{version}-i18n.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# These two are just the oldest version tested # These two are just the oldest version tested
Requires: pygtk2 >= 1.99.12-6 Requires: pygtk2 >= 1.99.12-6
Requires: gnome-python2-gconf >= 1.99.11-7 Requires: gnome-python2-gconf >= 1.99.11-7
# Absolutely require this version or newer # Absolutely require this version or newer
Requires: libvirt-python >= 0.4.0 Requires: libvirt-python >= 0.4.5
# Definitely does not work with earlier due to python API changes # Definitely does not work with earlier due to python API changes
Requires: dbus-python >= 0.61 Requires: dbus-python >= 0.61
# Might work with earlier, but this is what we've tested # Might work with earlier, but this is what we've tested
@ -35,10 +34,11 @@ Requires: gnome-keyring >= 0.4.9
# will work just fine - keyring functionality will simply be # will work just fine - keyring functionality will simply be
# disabled # disabled
Requires: gnome-python2-gnomekeyring >= 2.15.4 Requires: gnome-python2-gnomekeyring >= 2.15.4
Requires: gnome-python2-gnomevfs >= 2.15.4
# Minimum we've tested with # Minimum we've tested with
Requires: libxml2-python >= 2.6.23 Requires: libxml2-python >= 2.6.23
# Required to install Xen guests # Required to install Xen & QEMU guests
Requires: python-virtinst >= 0.300.2 Requires: python-virtinst >= 0.400.0
# Required for loading the glade UI # Required for loading the glade UI
Requires: pygtk2-libglade Requires: pygtk2-libglade
# Required for our graphics which are currently SVG format # Required for our graphics which are currently SVG format
@ -49,14 +49,23 @@ Requires: vte >= 0.12.2
Requires: usermode Requires: usermode
# For online help # For online help
Requires: scrollkeeper Requires: scrollkeeper
# For the guest console # For console widget
Requires: gtk-vnc-python >= 0.3.4 Requires: gtk-vnc-python >= 0.3.4
# For local authentication against PolicyKit
Requires: PolicyKit-gnome
BuildRequires: pygtk2-devel BuildRequires: pygtk2-devel
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: pygobject2-devel
BuildRequires: glib2-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: pango-devel
BuildRequires: atk-devel
BuildRequires: cairo-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: scrollkeeper BuildRequires: scrollkeeper
BuildRequires: intltool
Requires(pre): GConf2 Requires(pre): GConf2
Requires(post): GConf2 Requires(post): GConf2
Requires(preun): GConf2 Requires(preun): GConf2
@ -64,20 +73,20 @@ Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils Requires(postun): desktop-file-utils
%description %description
Virtual Machine Manager provides a graphical tool for administering Virtual Machine Manager provides a graphical tool for administering virtual
virtual machines such as Xen. It uses libvirt as the backend management machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
API. connect to a graphical or serial console, and see resource usage statistics
for existing VMs on local or remote machines. Uses libvirt as the backend
management API.
%prep %prep
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
%patch2 -p1
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -162,6 +171,15 @@ fi
%{_datadir}/dbus-1/services/%{name}.service %{_datadir}/dbus-1/services/%{name}.service
%changelog %changelog
* Wed Sep 10 2008 Cole Robinson <crobinso@redhat.com> - 0.6.0-1.fc10
- Update to 0.6.0 release
- Add libvirt storage management support
- Basic support for remote guest installation
- Merge VM console and details windows
- Poll avahi for libvirtd advertisement
- Hypervisor autoconnect option
- Add sound emulation when creating new guests
* Thu Apr 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-3.fc9 * Thu Apr 3 2008 Daniel P. Berrange <berrange@redhat.com> - 0.5.4-3.fc9
- Updated sr, de, fi, it, pl translations - Updated sr, de, fi, it, pl translations