mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Update lutris.spec
Fixed syntax error in the if statement regarding fedora x64 mesa-libGL block
This commit is contained in:
parent
39aaecf2e3
commit
3db8f75676
1 changed files with 3 additions and 1 deletions
|
@ -59,10 +59,12 @@ Recommends: wine-core
|
|||
BuildRequires: fdupes
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} && %ifarch x86_64
|
||||
%if 0%{?fedora}
|
||||
%ifarch x86_64
|
||||
Requires: mesa-libGL(x86-32)
|
||||
Requires: mesa-libGL
|
||||
%endif
|
||||
%endif
|
||||
|
||||
#!BuildIgnore: rpmlint-mini
|
||||
|
||||
|
|
Loading…
Reference in a new issue