Accepting request 923305 from home:frispete:kernel

Sure, here we go.

- Fix ldconfig invocation in scriptlets

OBS-URL: https://build.opensuse.org/request/show/923305
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=619
This commit is contained in:
Larry Finger 2021-10-05 16:20:22 +00:00 committed by Git OBS Bridge
parent 822fcfac17
commit c935c452ca
2 changed files with 7 additions and 153 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 5 15:46:41 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>
- Fix ldconfig invocation in scriptlets
-------------------------------------------------------------------
Sat Oct 2 22:59:48 UTC 2021 - Hans-Peter Jansen <hpj@urpla.net>

View File

@ -302,23 +302,6 @@ hardware. VirtualBox is freely available as Open Source Software under
the terms of the GNU Public License (GPL).
##########################################
%package qt
@ -338,23 +321,6 @@ Obsoletes: %{name}-ose-qt < %{version}
This package contains the code for the GUI used to control VMs.
#########################################
%package websrv
@ -368,23 +334,6 @@ Obsoletes: %{name}-vboxwebsrv < %{version}
The VirtualBox web server is used to control headless VMs using a browser.
#########################################
%package guest-x11
@ -400,23 +349,6 @@ Obsoletes: xorg-x11-driver-virtualbox-ose < %{version}
This package contains X11 guest utilities and X11 guest mouse and video drivers
###########################################
%package guest-tools
@ -437,23 +369,6 @@ Requires(pre): net-tools-deprecated
VirtualBox guest addition tools.
###########################################
%package -n python3-%{name}
@ -474,23 +389,6 @@ Obsoletes: python3-%{name}-ose < %{version}
Python XPCOM bindings to %{name}. Used e.g. by vboxgtk package.
###########################################
%package devel
@ -506,23 +404,6 @@ Obsoletes: %{name}-ose-devel < %{version}
Development file for %{name}
###########################################
%package host-source
@ -556,22 +437,6 @@ sudo /usr/sbin/vboxguestconfig
###########################################
%package guest-desktop-icons
@ -586,22 +451,6 @@ This package contains icons for guest desktop files that were created on the des
###########################################
%package vnc
@ -1007,7 +856,7 @@ getent group vboxvideo >/dev/null || groupadd -r vboxvideo
#######################################################
%post
/usr/sbin/ldconfig
/sbin/ldconfig
#setup our sysconfig file /etc/sysconfig/vbox
%set_permissions %{_vbox_instdir}/VBoxNetNAT
%set_permissions %{_vbox_instdir}/VBoxNetDHCP
@ -1086,7 +935,7 @@ exit 0
#######################################################
%postun
/usr/sbin/ldconfig
/sbin/ldconfig
%restart_on_update vboxdrv
%restart_on_update vboxautostart-service
# immediately restarting virtualbox may not work. As such wait for the next reboot to restart