Update to latest upstream release 0.6.0
This commit is contained in:
parent
e24be0b55d
commit
42754f113e
@ -1,5 +1 @@
|
||||
*.src.rpm
|
||||
.build*.log
|
||||
x86_64
|
||||
i686
|
||||
virt-manager-0.5.4.tar.gz
|
||||
virt-manager-0.6.0.tar.gz
|
||||
|
2
sources
2
sources
@ -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
@ -7,8 +7,8 @@
|
||||
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
|
||||
|
||||
Name: virt-manager
|
||||
Version: 0.5.4
|
||||
Release: 3%{_extra_release}
|
||||
Version: 0.6.0
|
||||
Release: 1%{_extra_release}
|
||||
Summary: Virtual Machine Manager
|
||||
|
||||
Group: Applications/Emulators
|
||||
@ -18,14 +18,13 @@ Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar
|
||||
Source1: %{name}.pam
|
||||
Source2: %{name}.console
|
||||
Patch1: %{name}-%{version}-polkit-root.patch
|
||||
Patch2: %{name}-%{version}-i18n.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
# These two are just the oldest version tested
|
||||
Requires: pygtk2 >= 1.99.12-6
|
||||
Requires: gnome-python2-gconf >= 1.99.11-7
|
||||
# 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
|
||||
Requires: dbus-python >= 0.61
|
||||
# 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
|
||||
# disabled
|
||||
Requires: gnome-python2-gnomekeyring >= 2.15.4
|
||||
Requires: gnome-python2-gnomevfs >= 2.15.4
|
||||
# Minimum we've tested with
|
||||
Requires: libxml2-python >= 2.6.23
|
||||
# Required to install Xen guests
|
||||
Requires: python-virtinst >= 0.300.2
|
||||
# Required to install Xen & QEMU guests
|
||||
Requires: python-virtinst >= 0.400.0
|
||||
# Required for loading the glade UI
|
||||
Requires: pygtk2-libglade
|
||||
# Required for our graphics which are currently SVG format
|
||||
@ -49,14 +49,23 @@ Requires: vte >= 0.12.2
|
||||
Requires: usermode
|
||||
# For online help
|
||||
Requires: scrollkeeper
|
||||
# For the guest console
|
||||
# For console widget
|
||||
Requires: gtk-vnc-python >= 0.3.4
|
||||
# For local authentication against PolicyKit
|
||||
Requires: PolicyKit-gnome
|
||||
|
||||
BuildRequires: pygtk2-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: pygobject2-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: atk-devel
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires(pre): GConf2
|
||||
Requires(post): GConf2
|
||||
Requires(preun): GConf2
|
||||
@ -64,20 +73,20 @@ Requires(post): desktop-file-utils
|
||||
Requires(postun): desktop-file-utils
|
||||
|
||||
%description
|
||||
Virtual Machine Manager provides a graphical tool for administering
|
||||
virtual machines such as Xen. It uses libvirt as the backend management
|
||||
API.
|
||||
Virtual Machine Manager provides a graphical tool for administering virtual
|
||||
machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
|
||||
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
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
@ -162,6 +171,15 @@ fi
|
||||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
|
||||
%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
|
||||
- Updated sr, de, fi, it, pl translations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user