From fb4e8ea690402945c041ad3e71c81fb6a327883e990a611a266b7377abdc2c87 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 20 Oct 2016 12:59:26 +0000 Subject: [PATCH] - Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch". OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=283 --- virtualbox.changes | 5 +++++ virtualbox.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/virtualbox.changes b/virtualbox.changes index b71812b..1ef8dcb 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 20 12:57:28 UTC 2016 - Larry.Finger@lwfinger.net + +- Fix build on kernel 4.9 using patch "vbox_fix_4.9_api_changes.patch". + ------------------------------------------------------------------- Wed Oct 19 15:42:56 UTC 2016 - Larry.Finger@lwfinger.net diff --git a/virtualbox.spec b/virtualbox.spec index f7203f8..08f03b9 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -88,6 +88,8 @@ Patch111: vbox_prevent_wrong_SONAME.patch Patch112: modify_for_4_8_bo_move.patch # Remove all mention of _smp_mflags Patch113: vbox_remove_smp_mflags.patch +# Fix build error on kernel 4.9 +Patch114: vbox_fix_4.9_api_changes.patch # BuildRequires: LibVNCServer-devel BuildRequires: SDL-devel @@ -322,6 +324,7 @@ This package contains icons for guest desktop files that were created on the des %patch111 -p1 %patch112 -p1 %patch113 -p1 +%patch114 -p1 #copy user manual cp %{SOURCE1} UserManual.pdf