From c935c452ca7e719fa809f353b57c33ed312a4674042f3fc741ea75c78206ed4d Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 5 Oct 2021 16:20:22 +0000 Subject: [PATCH] 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 --- virtualbox.changes | 5 ++ virtualbox.spec | 155 +-------------------------------------------- 2 files changed, 7 insertions(+), 153 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index 1348067..f41817c 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 5 15:46:41 UTC 2021 - Hans-Peter Jansen + +- Fix ldconfig invocation in scriptlets + ------------------------------------------------------------------- Sat Oct 2 22:59:48 UTC 2021 - Hans-Peter Jansen diff --git a/virtualbox.spec b/virtualbox.spec index 9b71dc6..cc16d62 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -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