From 0a476b2b84a2b1f492518cd098047d58495584a1 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Wed, 31 May 2017 20:25:21 -0500 Subject: [PATCH] OK, just avoid __isa_bits. --- cyrus-imapd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 11304d7..6b9d140 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -403,9 +403,10 @@ find %buildroot -name ".packlist" -exec rm {} \; # https://github.com/cyrusimap/cyrus-imapd/issues/1993 %ifnarch s390x ppc64 make %{?_smp_mflags} check || exit 1 +%endif %if %{with cassandane} -%if %__isa_bits == 64 +%ifnarch s390x ppc64 i686 armv7hl # Run the Cassandane test suite. This will exhaustively test the various # server components, but running it in a mock chroot is rather an exercise. # Sadly Cassandane simply can't run on a 32-bit host at the moment. It needs @@ -487,7 +488,6 @@ export CYRUS_USER=$USER %endif %endif -%endif %pre