Rebuild for LLVM 12

Related: rhbz#1928132
This commit is contained in:
Tom Stellard 2021-05-13 16:46:04 -07:00
parent b51aec4e94
commit 57232d1c13

View File

@ -28,7 +28,7 @@
Name: bcc
Version: 0.18.0
Release: 5%{?dist}
Release: 6%{?dist}
Summary: BPF Compiler Collection (BCC)
License: ASL 2.0
URL: https://github.com/iovisor/bcc
@ -200,6 +200,9 @@ rm -rf %{buildroot}%{_datadir}/%{name}/tools/old/
%changelog
* Thu May 13 2021 Tom Stellard <tstellar@redhat.com> - 0.18.0-6
- Rebuild for LLVM 12
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.18.0-5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937