add the dependency on the static libbpf

Signed-off-by: qiangxiaojun <qiangxiaojun@huawei.com>
This commit is contained in:
qiangxiaojun 2023-01-10 09:52:32 +08:00
parent 93b292942b
commit a8814ccf60

View File

@ -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.