Bug 1052552

Summary: Trivial change for ppc64le in nss-util spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: nss-utilAssignee: Elio Maldonado Batiz <emaldona>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: emaldona, kengert, rrelyea
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: nss-util-3.15.4-2.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-25 17:00:45 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-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