Always use vendored libbpf for consistency

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent b8fde798c7
commit 5baa887bb9
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -5,13 +5,9 @@
%global crate libbpf-sys %global crate libbpf-sys
%global upstream_version 1.0.4+v1.0.1 %global upstream_version 1.0.4+v1.0.1
%if 0%{?fedora} == 38 # default to vendored libbpf
# Fedora 38's libbpf is new enough # otherwise we have to keep reasoning about if the system libbpf is new enough
# currently: 1.1.0
%bcond_without novendor
%else
%bcond_with novendor %bcond_with novendor
%endif
Name: rust-libbpf-sys Name: rust-libbpf-sys
Version: 1.0.4 Version: 1.0.4

Loading…
Cancel
Save