Fix Fedora macro
It needs to be optional, using %{?..} syntax to make sure it doesn't error out on non-Fedora systems.
This commit is contained in:
parent
fcca190f6a
commit
8b78620e7d
@ -605,7 +605,7 @@ echo "Testing build results for debug symbols..."
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{fedora} > 35
|
%if 0%{?fedora} > 35
|
||||||
# lttng in Fedora > 35 is incompatible with .NET
|
# lttng in Fedora > 35 is incompatible with .NET
|
||||||
export COMPlus_LTTng=0
|
export COMPlus_LTTng=0
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user