[krb5] Assume 32 when __isa_bits isn't defined

Nalin Dahyabhai nalin at fedoraproject.org
Mon Jul 29 21:47:53 UTC 2013


commit 272aaeef1761d45e75a9524ea5e3003d1575f975
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Mon Jul 29 17:47:21 2013 -0400

    Assume 32 when __isa_bits isn't defined

 krb5.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index 6cc5614..5409f20 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -469,7 +469,7 @@ LD_PRELOAD=`pwd`/noport.so:`pwd`/nss_wrapper/build/src/libnss_wrapper.so ; expor
 make -C src runenv.py
 : make -C src check TMPDIR=%{_tmppath}
 # Alright, this much is still a work in progress.
-%if %{__isa_bits} == 64
+%if %{?__isa_bits:%{__isa_bits}}%{!?__isa_bits:32} == 64
 if hostname | grep -q build ; then
 	sleep 600
 fi


More information about the scm-commits mailing list