Include xdp-tools in the debugging comps group for AppStream variant.
Only include it from x86_64 architecture. The kernel on non-x86_64 architectures lacks the features needed for xdp-tools. Only include it for x86_64 to not ship a package that doesn't work on the other architectures Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
parent
a11a2ed7eb
commit
43850f3b39
@ -333,6 +333,7 @@
|
||||
<packagereq type="default" variant="AppStream">crash-trace-command</packagereq>
|
||||
<packagereq type="default" arch="aarch64,ppc64le,x86_64,s390x" variant="AppStream">valgrind</packagereq>
|
||||
<packagereq type="default" arch="aarch64,ppc64le,x86_64,s390x" variant="AppStream">valgrind-devel</packagereq>
|
||||
<packagereq type="optional" arch="x86_64" variant="AppStream">xdp-tools</packagereq>
|
||||
<packagereq type="optional" variant="AppStream">bpftrace</packagereq>
|
||||
<packagereq type="optional" variant="AppStream">gdb-gdbserver</packagereq>
|
||||
<packagereq type="optional" variant="AppStream">glibc-utils</packagereq>
|
||||
|
Loading…
Reference in New Issue
Block a user