diff --git a/SPECS/bcc.spec b/SPECS/bcc.spec
index db79859..b605ff2 100644
--- a/SPECS/bcc.spec
+++ b/SPECS/bcc.spec
@@ -9,7 +9,7 @@
 
 Name:           bcc
 Version:        0.24.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        BPF Compiler Collection (BCC)
 License:        ASL 2.0
 URL:            https://github.com/iovisor/bcc
@@ -37,9 +37,9 @@ BuildRequires:  ncurses-devel
 %if %{with lua}
 BuildRequires:  pkgconfig(luajit)
 %endif
-BuildRequires:  libbpf-devel >= 0.0.9, libbpf-static >= 0.0.9
+BuildRequires:  libbpf-devel >= 0.5.0, libbpf-static >= 0.5.0
 
-Requires:       libbpf >= 0.0.9
+Requires:       libbpf >= 0.5.0
 Requires:       tar
 Recommends:     kernel-devel
 Recommends:     %{name}-tools = %{version}-%{release}
@@ -214,6 +214,9 @@ done
 
 
 %changelog
+* Thu Jun 23 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.0-2
+- Rebuild on libbpf 0.5.0
+
 * Thu Jun 09 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.0-1
 - Rebase to bcc-0.24.0
 - Rebuild on LLVM 14