platform.in (%__spec_check_pre): do not turn off %check in buildreq mode (ALT#23030)

This commit is contained in:
Дмитрий Левин 2010-07-01 15:59:46 +00:00
parent cd86fe2063
commit 069cea1c59

View File

@ -272,7 +272,6 @@
@alt@%{?!_with_check:%{?_without_check:echo 'Check is turned off by --without check' >&2; exit 0}}\
@alt@%{?!_enable_test:%{?_disable_test:echo 'Check is turned off by --disable test' >&2; exit 0}}\
@alt@%{?!_with_test:%{?_without_test:echo 'Check is turned off by --without test' >&2; exit 0}}\
@alt@%{?__buildreqs:echo 'Check is turned off in buildreq mode' >&2; exit 0}\
@alt@%{___build_pre}\
@alt@%{__spec_check_custom_pre}\
@alt@%nil