From a8814ccf609b4e383f735c0abbb883889a3b82e1 Mon Sep 17 00:00:00 2001 From: qiangxiaojun Date: Tue, 10 Jan 2023 09:52:32 +0800 Subject: [PATCH] add the dependency on the static libbpf Signed-off-by: qiangxiaojun --- xdiagnose.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdiagnose.spec b/xdiagnose.spec index 2c5374d..e944258 100644 --- a/xdiagnose.spec +++ b/xdiagnose.spec @@ -11,7 +11,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: python3 python3-setuptools -BuildRequires: elfutils-devel clang llvm libbpf libbpf-devel +BuildRequires: elfutils-devel clang llvm libbpf libbpf-devel libbpf-static %description Xdiagnose is an OS troubleshooting tool that integrates functions such as analysis, network tracking, periodic information recording, and historical experience curing.