diff --git a/virtualbox.changes b/virtualbox.changes index 8a9b62a..346e8f3 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Sep 11 17:58:07 UTC 2020 - Franck Bui + +- Make use of %service_del_postun_without_restart + + And stop using DISABLE_RESTART_ON_UPDATE as this interface is + obsolete. + ------------------------------------------------------------------- Thu Sep 10 16:12:11 UTC 2020 - Larry Finger diff --git a/virtualbox.spec b/virtualbox.spec index 9280920..c5a747d 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -899,9 +899,8 @@ exit 0 %restart_on_update vboxdrv %restart_on_update vboxautostart # immediately restarting virtualbox may not work. As such wait for the next reboot to restart -export DISABLE_RESTART_ON_UPDATE=yes -%service_del_postun vboxautostart.service -%service_del_postun vboxdrv.service +%service_del_postun_without_restart vboxautostart.service +%service_del_postun_without_restart vboxdrv.service %postun guest-tools %restart_on_update vboxadd