We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checks for single equals symbol in %if clause.
%if
%check %if 0%{?rhel} = 8 %{make} check %endif
%check %if 0%{?rhel} == 8 %{make} check %endif
If clause should be always used with double equals symbol.