forked from pool/virtualbox
- 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
This commit is contained in:
parent
2558a64093
commit
e63f54640b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user