Can you please add ppc64le to the exclude list for the prelink runtime requires? diff --git a/systemtap.spec b/systemtap.spec index e65e559..11f0180 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -302,7 +302,7 @@ Requires: strace # that provides nc has changed over time (from 'nc' to # 'nmap-ncat'). So, we'll do a file-based require. Requires: /usr/bin/nc -%ifnarch ia64 +%ifnarch ia64 ppc64le Requires: prelink %endif # testsuite/systemtap.server/client.exp needs avahi [baude@baude520ibm systemtap]$
Merged upstream, thanks!