304b81595d
Windows2008 guest with virtio disk and network device (kvm) - Update to virt-manager 0.9.0 * Use a hiding toolbar for fullscreen mode * Use libguestfs to show guest packagelist and more (Richard W.M. Jones) * Basic 'New VM' wizard support for LXC guests * Remote serial console access (with latest libvirt) * Remote URL guest installs (with latest libvirt) * Add Hardware: Support <filesystem> devices * Add Hardware: Support <smartcard> devices (Marc-André Lureau) * Enable direct interface selection for qemu/kvm (Gerhard Stenzel) * Allow viewing and changing disk serial number - Update to virtinst 0.600.0 * virt-install: Various improvements to enable LXC/container guests: * New --filesystem option for <filesystem> devices * New --init option for container <init> path * New --container option (similar to --paravirt or --hvm) * virt-install: Make --location remotely (with latest libvirt) * virt-install: New --smartcard option for <smartcard> devices * (Marc-André Lureau) * virt-install: New --numatune option for building guest <numatune> XML * virt-install: option to set --disk error_policy= * virt-install: option to set --disk serial= OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=59
55 lines
1.8 KiB
Diff
55 lines
1.8 KiB
Diff
Index: virt-manager-0.9.0/src/Makefile.am
|
|
===================================================================
|
|
--- virt-manager-0.9.0.orig/src/Makefile.am
|
|
+++ virt-manager-0.9.0/src/Makefile.am
|
|
@@ -14,7 +14,7 @@ libexec_SCRIPTS = $(PACKAGE)-launch
|
|
gladedir = $(pkgdatadir)
|
|
glade_DATA = $(wildcard $(srcdir)/*.glade)
|
|
|
|
-desktopdir = $(datadir)/applications
|
|
+desktopdir = $(datadir)/applications/YaST2/
|
|
desktop_DATA_IN = $(PACKAGE).desktop.in.in
|
|
desktop_DATA = $(PACKAGE).desktop
|
|
|
|
Index: virt-manager-0.9.0/src/Makefile.in
|
|
===================================================================
|
|
--- virt-manager-0.9.0.orig/src/Makefile.in
|
|
+++ virt-manager-0.9.0/src/Makefile.in
|
|
@@ -255,7 +255,7 @@ libexec_DATA_IN = $(PACKAGE)-launch.in
|
|
libexec_SCRIPTS = $(PACKAGE)-launch
|
|
gladedir = $(pkgdatadir)
|
|
glade_DATA = $(wildcard $(srcdir)/*.glade)
|
|
-desktopdir = $(datadir)/applications
|
|
+desktopdir = $(datadir)/applications/YaST2/
|
|
desktop_DATA_IN = $(PACKAGE).desktop.in.in
|
|
desktop_DATA = $(PACKAGE).desktop
|
|
dbusdir = $(datadir)/dbus-1/services
|
|
Index: virt-manager-0.9.0/src/virt-manager.desktop.in.in
|
|
===================================================================
|
|
--- virt-manager-0.9.0.orig/src/virt-manager.desktop.in.in
|
|
+++ virt-manager-0.9.0/src/virt-manager.desktop.in.in
|
|
@@ -1,9 +1,19 @@
|
|
[Desktop Entry]
|
|
_Name=Virtual Machine Manager
|
|
-_Comment=Manage virtual machines
|
|
-Icon=::PACKAGE::
|
|
-Exec=::PACKAGE::
|
|
+_Comment=Manage Virtual Machines for Xen and KVM
|
|
+Version=1.0
|
|
+Icon=yast-vm-management
|
|
+Exec=/usr/bin/virt-manager
|
|
Type=Application
|
|
Terminal=false
|
|
Encoding=UTF-8
|
|
-Categories=System;
|
|
+Categories=Qt;X-SuSE-YaST;
|
|
+X-KDE-ModuleType=Library
|
|
+X-KDE-RootOnly=true
|
|
+X-KDE-HasReadOnlyMode=false
|
|
+X-SuSE-YaST-Call=/usr/bin/virt-manager
|
|
+X-SuSE-YaST-Group=Virtualization
|
|
+X-SuSE-YaST-Argument=
|
|
+X-SuSE-YaST-RootOnly=true
|
|
+X-SuSE-YaST-Geometry=
|
|
+X-SuSE-YaST-SortKey=
|