diff --git a/SPECS/kernel-6.0.spec b/SPECS/kernel-6.0.spec index 76d0133..805b0b3 100755 --- a/SPECS/kernel-6.0.spec +++ b/SPECS/kernel-6.0.spec @@ -1,7 +1,7 @@ %global __spec_install_pre %{___build_pre} # Define the version of the Linux Kernel Archive tarball. -%define LKAver 6.0.1 +%define LKAver 6.0.2 # Define the buildid, if required. #define buildid . @@ -20,6 +20,8 @@ %define with_perf %{?_without_perf: 0} %{?!_without_perf: 1} # tools %define with_tools %{?_without_tools: 0} %{?!_without_tools: 1} +# bpf tool +%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} # bootwrapper %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}