Rebuild for libbpf 1.0

Related: rhbz#2157592
This commit is contained in:
Jerome Marchand 2023-01-05 11:21:45 +01:00
parent 20eb383fc1
commit 01dff37924

View File

@ -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 <jmarchan@redhat.com> - 0.25.0-2
- Rebuild for libbpf 1.0
* Tue Dec 20 2022 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-1
- Rebase to v0.25.0
- Misc documentation and man pages fixes