diff --git a/bcc.spec b/bcc.spec index 027fc3e..257b36d 100644 --- a/bcc.spec +++ b/bcc.spec @@ -25,7 +25,7 @@ Name: bcc Version: 0.35.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -275,6 +275,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Mon Dec 01 2025 Jerome Marchand - 0.35.0-2 +- Rebuild with LLVM 21 (RHEL-108343) + * Thu Oct 16 2025 Jerome Marchand - 0.35.0-1 - Rebase to version 0.35.0 (RHEL-79001) - Fix bpf-ksnoop (RHEL-96166)