From 5baa887bb9dbed17e16735fed565c55208884545 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Thu, 27 Jul 2023 15:34:55 -0500 Subject: [PATCH] Always use vendored libbpf for consistency Signed-off-by: Michel Alexandre Salim --- rust-libbpf-sys.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/rust-libbpf-sys.spec b/rust-libbpf-sys.spec index 7bfb87d..33fc6d3 100644 --- a/rust-libbpf-sys.spec +++ b/rust-libbpf-sys.spec @@ -5,13 +5,9 @@ %global crate libbpf-sys %global upstream_version 1.0.4+v1.0.1 -%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-sys Version: 1.0.4