use %nil macro for "no checks to be skipped"
This commit is contained in:
parent
33c9306c07
commit
cc966ca868
@ -3,7 +3,7 @@
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%global skip_checks chromaticities srgb_to_lab_u8 models float-to-8bit
|
%global skip_checks chromaticities srgb_to_lab_u8 models float-to-8bit
|
||||||
%else
|
%else
|
||||||
%global skip_checks none
|
%global skip_checks %nil
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} > 7
|
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} > 7
|
||||||
|
Loading…
Reference in New Issue
Block a user