Rebuild bcc

The last build failed to build on rhel9.5. Also add the reference to
RHEL-28769 that was fixed by the rebase for automation.

Resolves: RHEL-28769
This commit is contained in:
Jerome Marchand 2024-05-03 14:32:42 +02:00
parent df8658a35a
commit deda5ca5c8

View File

@ -25,7 +25,7 @@
Name: bcc
Version: 0.30.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: BPF Compiler Collection (BCC)
License: ASL 2.0
URL: https://github.com/iovisor/bcc
@ -256,6 +256,9 @@ cp -a libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}/
%endif
%changelog
* Fri May 03 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-2
- Rebuild (distrobaker didn't take last build)
* Wed Apr 10 2024 Jerome Marchand <jmarchan@redhat.com> - 0.30.0-1
- Rebase bcc to 0.30.0 (RHEL-29031)
- Exclude bpf-numamove on s390x (RHEL-32327)