diff --git a/SPECS/kernel-6.0.spec b/SPECS/kernel-6.0.spec index fb85c57..e186886 100755 --- a/SPECS/kernel-6.0.spec +++ b/SPECS/kernel-6.0.spec @@ -21,7 +21,7 @@ # tools %define with_tools %{?_without_tools: 0} %{?!_without_tools: 1} # bpf tool -%define without_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1} +%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 0} # bootwrapper %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}