diff --git a/SPECS/kernel-6.0.spec b/SPECS/kernel-6.0.spec index 5fc7c46..1c31e0a 100755 --- a/SPECS/kernel-6.0.spec +++ b/SPECS/kernel-6.0.spec @@ -299,6 +299,15 @@ This package contains the development files for the tools/ directory libraries, derived from the kernel source. %endif +%if %{with_bpftool} +%package -n bpftool +Summary: Inspection and simple manipulation of eBPF programs and maps. +License: GPLv2 +%description -n bpftool +This package contains the bpftool, which allows inspection +and simple manipulation of eBPF programs and maps. +%endif + %if %{with_bootwrapper} %package bootwrapper Summary: Boot wrapper files for generating combined kernel + initrd images