[nss-softokn] Replacing ppc64 and ppc64le with the power64 macro

Jaromír Cápík jcapik at fedoraproject.org
Mon May 12 17:44:53 UTC 2014


commit 4f6c8bbabac022fad4446fb5a18e6adb75c232ed
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Mon May 12 19:44:02 2014 +0200

    Replacing ppc64 and ppc64le with the power64 macro
    
    - Related: Bug 1052546 - Trivial change for ppc64le in nss-softokn spec

 nss-softokn.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 812923e..c4e2a12 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -25,7 +25,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.16.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -175,7 +175,7 @@ export NSSUTIL_LIB_DIR=%{_libdir}
 NSS_USE_SYSTEM_SQLITE=1
 export NSS_USE_SYSTEM_SQLITE
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
+%ifarch x86_64 %{power64} ia64 s390x sparc64 aarch64
 USE_64=1
 export USE_64
 %endif
@@ -241,7 +241,7 @@ export FREEBL_NO_DEPEND
 BUILD_OPT=1
 export BUILD_OPT
 
-%ifarch x86_64 ppc64 ia64 s390x sparc64 aarch64 ppc64le
+%ifarch x86_64 %{power64} ia64 s390x sparc64 aarch64
 USE_64=1
 export USE_64
 %endif
@@ -388,6 +388,10 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Mon May 12 2014 Jaromir Capik <jcapik at redhat.com> - 3.16.1-2
+- Replacing ppc64 and ppc64le with the power64 macro
+- Related: Bug 1052546 - Trivial change for ppc64le in nss-softokn spec
+
 * Tue May 06 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.1-1
 - Update to nss-3.16.1
 - Remove patch no longer needed due to the rebase


More information about the scm-commits mailing list