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 <fmaurer@redhat.com>
This commit is contained in:
Felix Maurer 2025-07-25 17:24:47 +02:00 committed by Toke Høiland-Jørgensen
parent ec9b2754e8
commit 26cdf1a12a

View File

@ -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