From 21cde05f681abc239f905227db108c9eb5c16bf3 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 27 Jul 2023 15:41:06 -0500 Subject: [PATCH] Always use vendored libbpf for consistency Signed-off-by: Michel Alexandre Salim --- rust-libbpf-cargo.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rust-libbpf-cargo.spec b/rust-libbpf-cargo.spec index 5d58b3d..bb33068 100644 --- a/rust-libbpf-cargo.spec +++ b/rust-libbpf-cargo.spec @@ -3,13 +3,9 @@ %global crate libbpf-cargo -%if 0%{?fedora} == 38 -# Fedora 38's libbpf is new enough -# currently: 1.1.0 -%bcond_without novendor -%else +# default to vendored libbpf +# otherwise we have to keep reasoning about if the system libbpf is new enough %bcond_with novendor -%endif Name: rust-libbpf-cargo Version: 0.13.1