Only keep el6 as non-glvnd by default

This commit is contained in:
Nicolas Chauvet 2020-05-08 11:05:30 +02:00
parent 1d7c0609cc
commit 3e446ed2af

View File

@ -1,7 +1,7 @@
#global commit0 f92208be88dd06a70b6f79a1cb95571e2762a9ec
#global shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
%if 0%{?rhel} && 0%{?rhel} <= 7
%if 0%{?el6}
%global _without_mesa_glvnd_default 1
%endif