From 2acaebd3a1a28914d1ac6d3236749b4c43bb0595 Mon Sep 17 00:00:00 2001 From: zhaoxiaohu Date: Fri, 23 Aug 2024 17:54:25 +0800 Subject: [PATCH] add install requires pkg clang llvm-libs Signed-off-by: zhaoxiaohu --- bcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 493e3ed..93929a5 100644 --- a/bcc.spec +++ b/bcc.spec @@ -2,7 +2,7 @@ Name: bcc Version: 0.23.0 -Release: 4 +Release: 5 Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -21,6 +21,8 @@ BuildRequires: util-linux Requires: %{name}-tools = %{version}-%{release} Requires: libbpf >= 0.0.5-3 +Requires: clang +Requires: llvm-libs %description BCC is a toolkit for creating efficient kernel tracing and manipulation @@ -161,6 +163,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/ %changelog +* Fri Aug 23 2024 zhaoxiaohu - 0.23.0-5 +- DESC: add install requires pkg clang llvm-libs + * Thu Dec 15 2022 Qiang Wei - 0.23.0-4 - Use conditonal build to enable with_llvm_shared option -- Gitee