From 2bca926b862f0fe73d352d8bfd9d29aef778d8d1 Mon Sep 17 00:00:00 2001 From: Felix Maurer Date: Fri, 25 Jul 2025 17:24:47 +0200 Subject: [PATCH] Build debuginfo packages again Building debuginfo packages appears to work fine again. The debuginfo packages are just built for the executables, i.e., the BPF object files are not touched. Therefore, we can enable the debuginfo packages again, adhering to the packaging guidelines. Signed-off-by: Felix Maurer --- xdp-tools.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/xdp-tools.spec b/xdp-tools.spec index 3930d9e..44eeb29 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -29,9 +29,6 @@ BuildRequires: bpftool # Always keep xdp-tools and libxdp packages in sync Requires: libxdp = %{version}-%{release} -# find-debuginfo produces empty debugsourcefiles.list -# disable the debug package to avoid rpmbuild error'ing out because of this -%global debug_package %{nil} %global _hardened_build 1 %description