From d15088bf5e70043dade6e26557fbcfa056819cad Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 9 Mar 2017 23:10:28 +0100 Subject: [PATCH] get conditional tests back Signed-off-by: Igor Gnatenko --- libepoxy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libepoxy.spec b/libepoxy.spec index 222ea87..1a20b41 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -42,7 +42,14 @@ developing applications that use %{name}. %meson_install %check -%meson_test +# In theory this is fixed in 1.2 but we still see errors on most platforms +# https://github.com/anholt/libepoxy/issues/24 +%meson_test \ +%ifarch %{arm} aarch64 %{power64} s390x + || : +%else + ; +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig