From e378d91da9607299fcedb902fd1cb6ec92d56a94 Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Tue, 21 Nov 2023 15:15:49 +0100 Subject: [PATCH] Rebuild with LLVM 17 LLVM 17 wasn't in the build root at the time of the last build. Resolves: RHEL-10591 --- bcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)