OK, just avoid __isa_bits.

This commit is contained in:
Jason Tibbitts 2017-05-31 20:25:21 -05:00
parent 5a9407dc6c
commit 0a476b2b84

View File

@ -403,9 +403,10 @@ find %buildroot -name ".packlist" -exec rm {} \;
# https://github.com/cyrusimap/cyrus-imapd/issues/1993 # https://github.com/cyrusimap/cyrus-imapd/issues/1993
%ifnarch s390x ppc64 %ifnarch s390x ppc64
make %{?_smp_mflags} check || exit 1 make %{?_smp_mflags} check || exit 1
%endif
%if %{with cassandane} %if %{with cassandane}
%if %__isa_bits == 64 %ifnarch s390x ppc64 i686 armv7hl
# Run the Cassandane test suite. This will exhaustively test the various # Run the Cassandane test suite. This will exhaustively test the various
# server components, but running it in a mock chroot is rather an exercise. # 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 # 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 %endif
%endif
%pre %pre