From e63f54640b323fc2af9907899e133578161d23108b2bb26dadf92b7ecbb19c62 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 3 Nov 2018 04:13:06 +0000 Subject: [PATCH] - Make necessary updates so that VirtualBox will build with Python 3.7 - boo#1113894 Change kernel module code to build against the API changes in kernel 4.20 - This change adds file "fixes_for_4.20". OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=449 --- virtualbox.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/virtualbox.spec b/virtualbox.spec index 24d0628..54dce22 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -131,6 +131,8 @@ Patch126: switch_to_python3.6.patch Patch127: fix_32_bit_builds.patch # Fix API changes for kernel 4.19+ Patch128: fixes_for_4.19.patch +# Fix API changes for kernel 4.20+ +Patch129: fixes_for_4.20.patch # BuildRequires: LibVNCServer-devel BuildRequires: SDL-devel @@ -434,6 +436,7 @@ as an "extpack" for VirtualBox. The implementation is licensed under GPL. %patch126 -p1 %patch127 -p1 %patch128 -p1 +%patch129 -p1 #copy user manual cp %{SOURCE1} UserManual.pdf