Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1092147 - Exclude prelink as dep for ppc64le
Summary: Exclude prelink as dep for ppc64le
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: systemtap
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Frank Ch. Eigler
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-04-28 20:04 UTC by Brent Baude
Modified: 2014-04-28 22:42 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-28 22:42:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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!


Note You need to log in before you can comment on or make changes to this bug.