diff --git a/bcc.spec b/bcc.spec index 596a727..be28531 100644 --- a/bcc.spec +++ b/bcc.spec @@ -25,7 +25,7 @@ Name: bcc Version: 0.28.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -257,6 +257,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Tue Nov 21 2023 Jerome Marchand - 0.28.0-3 +- Rebuild with LLVM 17 (RHEL-10591) + * Mon Nov 06 2023 Jerome Marchand - 0.28.0-2 - Fix trace tool (RHEL-8605)