From 4422888ddde265076da00db2146aaeece993fa22 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 20 Jan 2024 19:51:47 -0600 Subject: [PATCH] BPF Tool versioning seems incompatible with stable versioning Signed-off-by: Justin M. Forbes --- kernel.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kernel.spec b/kernel.spec index 4de9cd8b3..036f5f878 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1227,18 +1227,14 @@ analysing the logical and timing behavior of Linux. %if %{with_bpftool} -%define bpftoolversion 7.3.0 - %package -n bpftool Summary: Inspection and simple manipulation of eBPF programs and maps -Version: %{bpftoolversion} %description -n bpftool This package contains the bpftool, which allows inspection and simple manipulation of eBPF programs and maps. %package -n bpftool-debuginfo Summary: Debug information for package bpftool -Version: %{bpftoolversion} Group: Development/Debug Requires: %{name}-debuginfo-common-%{_target_cpu} = %{specrpmversion}-%{release} AutoReqProv: no