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 1052546

Summary: Trivial change for ppc64le in nss-softokn spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: nss-softoknAssignee: Elio Maldonado Batiz <emaldona>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: emaldona, jcapik, kengert, rrelyea
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: nss-softokn-3.15.4-3.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-12 18:02:01 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:32:06 UTC
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 8173819..7bc2055 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -184,7 +184,7 @@ export NSSUTIL_LIB_DIR=%{_libdir}
 NSS_USE_SYSTEM_SQLITE=1
 export NSS_USE_SYSTEM_SQLITE
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif
@@ -242,7 +242,7 @@ export FREEBL_NO_DEPEND
 BUILD_OPT=1
 export BUILD_OPT
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64
+%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
 USE_64=1
 export USE_64
 %endif

Comment 1 Jaromír Cápík 2014-05-12 17:38:08 UTC
Hello. I'm about to replace ppc64 and ppc64le with the %{power64} macro, that covers also ppc64p7 sub-arch.

Comment 2 Jaromír Cápík 2014-05-12 18:02:01 UTC
Replaced, rebuilt, closing.