Accepting request 653557 from home:hellcp:branches:Virtualization
Please forward to Staging:M OBS-URL: https://build.opensuse.org/request/show/653557 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=449
This commit is contained in:
parent
da8faa00e5
commit
7087c4565a
@ -15,7 +15,7 @@ X-SuSE-YaST-RootOnly=true
|
|||||||
X-SuSE-YaST-Geometry=
|
X-SuSE-YaST-Geometry=
|
||||||
X-SuSE-YaST-SortKey=
|
X-SuSE-YaST-SortKey=
|
||||||
|
|
||||||
Icon=yast-create-new-vm
|
Icon=virt-manager
|
||||||
Exec=/sbin/yast2 virt-install
|
Exec=/sbin/yast2 virt-install
|
||||||
|
|
||||||
Name=Create Virtual Machines for Xen and KVM
|
Name=Create Virtual Machines for Xen and KVM
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 3 13:31:50 UTC 2018 - Stasiek Michalski <hellcp@mailbox.org>
|
||||||
|
|
||||||
|
- Change icons to those provided by package
|
||||||
|
(yast2-theme doesn't provide some icons anymore)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 29 11:50:08 MST 2018 - carnold@suse.com
|
Thu Nov 29 11:50:08 MST 2018 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -95,10 +95,6 @@ Requires: python3-gobject-cairo
|
|||||||
Recommends: python3-SpiceClientGtk
|
Recommends: python3-SpiceClientGtk
|
||||||
Requires: virt-install
|
Requires: virt-install
|
||||||
Requires: virt-manager-common = %{verrel}
|
Requires: virt-manager-common = %{verrel}
|
||||||
%if 0%{?is_opensuse} == 1
|
|
||||||
# virtman-desktop.patch changes the icon to be yast-vm-management, which is provided by yast2-branding
|
|
||||||
Recommends: yast2-branding-openSUSE
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{with_guestfs}
|
%if %{with_guestfs}
|
||||||
Requires: python3-libguestfs
|
Requires: python3-libguestfs
|
||||||
|
@ -6,11 +6,10 @@ Index: virt-manager-2.0.0/data/virt-manager.desktop.in
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=Virtual Machine Manager
|
_Name=Virtual Machine Manager
|
||||||
-_Comment=Manage virtual machines
|
-_Comment=Manage virtual machines
|
||||||
-Icon=virt-manager
|
|
||||||
-Exec=virt-manager
|
|
||||||
+_Comment=Manage Virtual Machines for Xen and KVM
|
+_Comment=Manage Virtual Machines for Xen and KVM
|
||||||
|
Icon=virt-manager
|
||||||
|
-Exec=virt-manager
|
||||||
+Version=1.0
|
+Version=1.0
|
||||||
+Icon=yast-vm-management
|
|
||||||
+Exec=/usr/bin/virt-manager
|
+Exec=/usr/bin/virt-manager
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal=false
|
Terminal=false
|
||||||
|
Loading…
Reference in New Issue
Block a user