diff --git a/bcc.spec b/bcc.spec index a9fcf22..c1bf40b 100644 --- a/bcc.spec +++ b/bcc.spec @@ -25,7 +25,7 @@ Name: bcc Version: 0.25.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -258,6 +258,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/ %endif %changelog +* Thu Jan 05 2023 Jerome Marchand - 0.25.0-2 +- Rebuild for libbpf 1.0 + * Tue Dec 20 2022 Jerome Marchand - 0.25.0-1 - Rebase to v0.25.0 - Misc documentation and man pages fixes