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 - Trivial change for ppc64le in nss-softokn spec
Summary: Trivial change for ppc64le in nss-softokn spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss-softokn
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:32 UTC by Brent Baude
Modified: 2014-05-12 18:02 UTC (History)
4 users (show)

Fixed In Version: nss-softokn-3.15.4-3.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-12 18:02:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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