Update lutris.spec

Fixed syntax error in the if statement regarding fedora x64 mesa-libGL block
This commit is contained in:
andrewschott 2019-02-06 16:16:16 -06:00 committed by Mathieu Comandon
parent 39aaecf2e3
commit 3db8f75676

View file

@ -59,10 +59,12 @@ Recommends: wine-core
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
%if 0%{?fedora} && %ifarch x86_64 %if 0%{?fedora}
%ifarch x86_64
Requires: mesa-libGL(x86-32) Requires: mesa-libGL(x86-32)
Requires: mesa-libGL Requires: mesa-libGL
%endif %endif
%endif
#!BuildIgnore: rpmlint-mini #!BuildIgnore: rpmlint-mini