From 4ed0330a4ea247cee76c0ffa117ba16d069e92d8 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Fri, 7 Oct 2022 00:26:16 +0300 Subject: [PATCH] BR libcap for perf Makefile.config:960: No libcap found, disables capability support, please install libcap-devel/libcap-dev --- kernel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel.spec b/kernel.spec index 08f5e65..eace365 100644 --- a/kernel.spec +++ b/kernel.spec @@ -502,6 +502,7 @@ BuildRequires: libunwind-devel BuildRequires: newt-devel BuildRequires: perl-devel BuildRequires: pkgconfig(babeltrace) +BuildRequires: pkgconfig(libcap) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(slang)