forked from pool/virtualbox
Accepting request 893086 from home:dancermak:branches:Virtualization
Correct WantedBy entry in vboxadd-service OBS-URL: https://build.opensuse.org/request/show/893086 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=605
This commit is contained in:
parent
a38d5eddf2
commit
0e1ee06ea5
@ -17,5 +17,4 @@ ExecStart=/usr/lib/virtualbox/vboxadd-service start
|
||||
ExecStop=/usr/lib/virtualbox/vboxadd-service stop
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target.wants
|
||||
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 14 10:35:52 UTC 2021 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- Correct WantedBy entry in vboxadd-service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 09:38:28 UTC 2021 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -332,6 +332,7 @@ the terms of the GNU Public License (GPL).
|
||||
|
||||
|
||||
##########################################
|
||||
|
||||
%package qt
|
||||
Summary: Qt GUI part for %{name}
|
||||
Group: System/Emulators/PC
|
||||
@ -370,6 +371,7 @@ This package contains the code for the GUI used to control VMs.
|
||||
|
||||
|
||||
#########################################
|
||||
|
||||
%package websrv
|
||||
Summary: WebService GUI part for %{name}
|
||||
Group: System/Emulators/PC
|
||||
@ -402,6 +404,7 @@ The VirtualBox web server is used to control headless VMs using a browser.
|
||||
|
||||
|
||||
#########################################
|
||||
|
||||
%package guest-x11
|
||||
Summary: VirtualBox X11 drivers for mouse and video
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -436,6 +439,7 @@ This package contains X11 guest utilities and X11 guest mouse and video drivers
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package guest-tools
|
||||
Summary: VirtualBox guest tools
|
||||
Group: System/Emulators/PC
|
||||
@ -475,6 +479,7 @@ VirtualBox guest addition tools.
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python bindings for %{name}
|
||||
Group: Development/Libraries/Python
|
||||
@ -514,6 +519,7 @@ Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package.
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package devel
|
||||
Summary: Devel files for %{name}
|
||||
Group: Development/Libraries/Other
|
||||
@ -548,6 +554,7 @@ Development file for %{name}
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package host-source
|
||||
Summary: Source files for %{name} host kernel modules
|
||||
Group: Development/Sources
|
||||
@ -584,6 +591,7 @@ sudo /sbin/vboxguestconfig
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package guest-desktop-icons
|
||||
Summary: Icons for guest desktop files
|
||||
Group: System/Emulators/PC
|
||||
@ -616,6 +624,7 @@ This package contains icons for guest desktop files that were created on the des
|
||||
|
||||
|
||||
###########################################
|
||||
|
||||
%package vnc
|
||||
Summary: VNC desktop sharing
|
||||
Group: System/Emulators/PC
|
||||
|
Loading…
Reference in New Issue
Block a user