Bug 1052546
| Summary: | Trivial change for ppc64le in nss-softokn spec | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | nss-softokn | Assignee: | Elio Maldonado Batiz <emaldona> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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 | ||
Hello. I'm about to replace ppc64 and ppc64le with the %{power64} macro, that covers also ppc64p7 sub-arch.
Replaced, rebuilt, closing. |
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