diff --git a/bcc.spec b/bcc.spec index de6da13..d279e08 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: Apache-2.0 URL: https://github.com/iovisor/bcc @@ -268,6 +268,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Wed Oct 29 2025 Jerome Marchand - 0.35.0-2 +- Rebuild in a side-tag + * Mon Oct 27 2025 Jerome Marchand - 0.35.0-1 - Rebase to version 0.35.0 (RHEL-79002) - Fix bpf-ksnoop (RHEL-93852)