Accepting request 1171819 from home:michals
- Build kernel-longterm KMP on Tumbleweed (boo#1217824) OBS-URL: https://build.opensuse.org/request/show/1171819 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=738
This commit is contained in:
parent
edb4fccf84
commit
403b4c9d96
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 3 08:24:26 UTC 2024 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
- Build kernel-longterm KMP on Tumbleweed (boo#1217824)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 24 14:53:24 UTC 2024 - Larry Finger <Larry.Finger@gmail.com>
|
Wed Apr 24 14:53:24 UTC 2024 - Larry Finger <Larry.Finger@gmail.com>
|
||||||
|
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
### macros for virtualbox-kmp ###
|
### macros for virtualbox-kmp ###
|
||||||
%define main_package 0
|
%define main_package 0
|
||||||
%define kmp_package 1
|
%define kmp_package 1
|
||||||
|
%if 0%{?suse_version} > 1600
|
||||||
|
%define kmp_longterm 1
|
||||||
|
%endif
|
||||||
%define name_suffix kmp
|
%define name_suffix kmp
|
||||||
%define dash -
|
%define dash -
|
||||||
%define package_summary Kernel modules for VirtualBox
|
%define package_summary Kernel modules for VirtualBox
|
||||||
@ -169,6 +172,9 @@ Patch46: fix_shared_folder_time.patch
|
|||||||
#
|
#
|
||||||
# Common BuildRequires for both virtualbox and virtualbox-kmp
|
# Common BuildRequires for both virtualbox and virtualbox-kmp
|
||||||
BuildRequires: %{kernel_module_package_buildreqs}
|
BuildRequires: %{kernel_module_package_buildreqs}
|
||||||
|
%if 0%{?kmp_longterm}
|
||||||
|
BuildRequires: kernel-syms-longterm
|
||||||
|
%endif
|
||||||
BuildRequires: acpica
|
BuildRequires: acpica
|
||||||
BuildRequires: cmake-full
|
BuildRequires: cmake-full
|
||||||
BuildRequires: dwarves
|
BuildRequires: dwarves
|
||||||
|
Loading…
Reference in New Issue
Block a user