Bug 1051641 - Trivial change for ppc64le in libunwind spec
Summary: Trivial change for ppc64le in libunwind spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libunwind
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-10 18:37 UTC by Brent Baude
Modified: 2016-02-01 01:59 UTC (History)
3 users (show)

Fixed In Version: libunwind-1.1-5.fc21
Clone Of:
Environment:
Last Closed: 2014-05-13 12:43:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-10 18:37:27 UTC
The following changes allows libunwind to be built for the ppc64le arch:

diff --git a/libunwind.spec b/libunwind.spec
index 7078709..ce1e2b2 100644
--- a/libunwind.spec
+++ b/libunwind.spec
@@ -12,7 +12,7 @@ Source: http://download.savannah.gnu.org/releases/libunwind/libunwind-%{version}
 Patch1: libunwind-disable-setjmp.patch
 Patch2: libunwind-aarch64.patch
 URL: http://savannah.nongnu.org/projects/libunwind
-ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc ppc64 %{ix86} x86_64
+ExclusiveArch: %{arm} aarch64 hppa ia64 mips ppc ppc64 %{ix86} x86_64 ppc64le
 
 BuildRequires: automake libtool autoconf

Comment 1 Jaromír Cápík 2014-05-13 12:21:15 UTC
I'm going to replace ppc64 and ppc64le with the %{power64} macro, that includes also the ppc64p7 subarch.


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