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:
parent
ec9b2754e8
commit
26cdf1a12a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user