Exclude Cassandane on BE machines as well.

This commit is contained in:
Jason Tibbitts 2017-05-31 18:42:09 -05:00
parent 9d10c9d73e
commit f28eca0f9a

View File

@ -403,8 +403,6 @@ 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} && %__isa_bits == 64 %if %{with cassandane} && %__isa_bits == 64
# Run the Cassandane test suite. This will exhaustively test the various # Run the Cassandane test suite. This will exhaustively test the various
@ -487,6 +485,7 @@ export CYRUS_USER=$USER
2>&1 2>&1
%endif %endif
%endif
%pre %pre