forked from pool/virtualbox
d4f0dc43fc
To eliminate some VM failures while using the kernel version of vboxvideo.ko for Leap 15.4, the build of this module is turned on again. Fixes boo#1206651 - Leap 15.4 guests running VirtualBox 7.0.4 crash when run on hosts with certain Intel graphics cards File "fixes_for_leap15.5.patch" added to fix chanes needed for backports to the Leap 15.5 kernel OBS-URL: https://build.opensuse.org/request/show/1045400 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=670
10 lines
415 B
Plaintext
10 lines
415 B
Plaintext
%defattr (-,root,root)
|
|
%dir %{kernel_module_directory}/%2-%1/
|
|
%dir %{kernel_module_directory}/%2-%1/extra
|
|
%{kernel_module_directory}/%2-%1/extra/vboxdrv.ko
|
|
%{kernel_module_directory}/%2-%1/extra/vboxnetadp.ko
|
|
%{kernel_module_directory}/%2-%1/extra/vboxnetflt.ko
|
|
%{kernel_module_directory}/%2-%1/extra/vboxsf.ko
|
|
%{kernel_module_directory}/%2-%1/extra/vboxguest.ko
|
|
%{kernel_module_directory}/%2-%1/extra/vboxvideo.ko
|