From 984310b283f6511422a918cc42358eae4811f486 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 2 Sep 2015 19:17:14 +0200 Subject: [PATCH] Add comment about i686 failure --- libglvnd.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libglvnd.spec b/libglvnd.spec index d7e0e9f..ad069ef 100644 --- a/libglvnd.spec +++ b/libglvnd.spec @@ -11,6 +11,10 @@ URL: https://github.com/NVIDIA/libglvnd Source0: libglvnd-%{version}%{?snapshot}.tar.gz Source1: 10-x11glvnd.conf +#This library only target few architectures uses case +#ExclusiveArch: i686 x86_64 %{arm} +#Doesn't build on i686 with tls +#https://github.com/NVIDIA/libglvnd/issues/18 ExclusiveArch: x86_64 %{arm} BuildRequires: libxml2-python