VirtualBox 6.0.14 kernel module does not compile on leap 15.1

Just installed leap 15.1 from scratch.
VirtualBox 6.0.14 from oracle (leap 15.0 version) installs right on 15.1 but kernel module is not compiled.
On 15.0 it works right.
I think I’ve installed all needed packages like in 15.0 (I’m still using this version in parallel)

Anyone using oracle version on 15.1? I need this version not leap 15 repos version.

Getting the following error:


vboxconfig
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /usr/lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /usr/lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /usr/lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /usr/lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.  If your system is using EFI Secure Boot you may need to sign the
kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load
them. Please see your Linux system's documentation for more information.

Run the following command in an elevated console to install your missing kernel headers.

zypper in kernel-devel kernel-default-devel

Then,
although not usually necessary, it’s still a good idea to update your system to be certain your kernel and kernel headers are the same version.

zypper up

TSU

kernel-devel kernel-default-devel were installed but newer version that kernel.
The system was not updated but aditional packages installed like this ones…

Thanks a lot