Bug 1052552 - Trivial change for ppc64le in nss-util spec
Summary: Trivial change for ppc64le in nss-util spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss-util
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Elio Maldonado Batiz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-13 21:33 UTC by Brent Baude
Modified: 2014-03-25 17:01 UTC (History)
3 users (show)

Fixed In Version: nss-util-3.15.4-2.fc21
Clone Of:
Environment:
Last Closed: 2014-03-25 17:00:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-13 21:33:32 UTC
Please consider the following patch to enable ppc64lefor nss-util:


diff --git a/nss-util.spec b/nss-util.spec
index 01a3897..760b8b7 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -97,7 +97,7 @@ export NSS_USE_SYSTEM_SQLITE
 NSS_BUILD_NSSUTIL_ONLY=1
 export NSS_BUILD_NSSUTIL_ONLY
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif


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