!13 add the dependency on the static libbpf

From: @qiangxiaojun 
Reviewed-by: @wubo009, @snoweay 
Signed-off-by: @snoweay
This commit is contained in:
openeuler-ci-bot 2023-01-10 07:22:58 +00:00 committed by Gitee
commit 2b1d8abd81
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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.