Bug 1092147

Summary: Exclude prelink as dep for ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: systemtapAssignee: Frank Ch. Eigler <fche>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: rawhideCC: brolley, dsmith, fche, jistone, lberk, mjw, nathans, scox, wcohen
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-28 22:42:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-04-28 20:04:49 UTC
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]$

Comment 1 Frank Ch. Eigler 2014-04-28 22:42:12 UTC
Merged upstream, thanks!