Browse Source

add missing bpf package

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2 years ago
parent
commit
033c827266
  1. 9
      SPECS/kernel-6.0.spec

9
SPECS/kernel-6.0.spec

@ -299,6 +299,15 @@ This package contains the development files for the tools/ directory @@ -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

Loading…
Cancel
Save