[nss-softokn] Display cpu information as part of the build

Elio Maldonado emaldonado at fedoraproject.org
Mon Feb 24 03:14:46 UTC 2014


commit bac2276e803bcc8102501baf764c3989bba78f80
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Feb 23 19:14:07 2014 -0800

    Display cpu information as part of the build
    
    - To help determine why i686 builds are failing

 nss-softokn.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 7126b3c..677bf68 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -189,6 +189,12 @@ export IN_TREE_FREEBL_HEADERS_FIRST=1
 # Use only the basicutil subset for sectools.a
 export NSS_BUILD_SOFTOKEN_ONLY=1
 
+# display processor information
+CPU_INFO=`cat /proc/cpuinfo`
+echo "############## CPU INFO ##################"
+echo "${CPU_INFO}"
+echo "##########################################"
+
 # Compile softokn plus needed support
 %{__make} -C ./nss/coreconf
 %{__make} -C ./nss/lib/dbm


More information about the scm-commits mailing list