|
|
|
@ -143,9 +143,9 @@ if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; th
|
|
|
|
|
fi
|
|
|
|
|
%ifarch i686
|
|
|
|
|
# F26 since the mass rebuild in 2017-Feb fails a check, ignore error. TODO: find cause / disable only one.
|
|
|
|
|
make %{?_smp_mflags} -C source check ||:
|
|
|
|
|
make -C source check ||:
|
|
|
|
|
%else
|
|
|
|
|
make %{?_smp_mflags} -C source check
|
|
|
|
|
make -C source check
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# log available codes
|
|
|
|
|