From 7854061f803a3b15e022badcae48bcbffae8e499236a79663afbcc30c201e79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 15 Mar 2016 17:57:01 +0000 Subject: [PATCH] Disable make test for SUSE 11.1 aka SLE 11 The test fails for i586 and ppc64 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=78 --- talloc-man.spec | 2 ++ talloc.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/talloc-man.spec b/talloc-man.spec index ca05caf..a835256 100644 --- a/talloc-man.spec +++ b/talloc-man.spec @@ -209,9 +209,11 @@ doxygen doxy.config %if ! %{build_man} %check +%if 0%{?suse_version} != 1110 mkdir lib/talloc ln test_magic_differs* lib/talloc/ LD_LIBRARY_PATH=bin/shared %{__make} test +%endif # suse_version != 1110; fails for i586 and ppc64 %endif # ! build_man %install diff --git a/talloc.spec b/talloc.spec index 060ed0c..af97344 100644 --- a/talloc.spec +++ b/talloc.spec @@ -209,9 +209,11 @@ doxygen doxy.config %if ! %{build_man} %check +%if 0%{?suse_version} != 1110 mkdir lib/talloc ln test_magic_differs* lib/talloc/ LD_LIBRARY_PATH=bin/shared %{__make} test +%endif # suse_version != 1110; fails for i586 and ppc64 %endif # ! build_man %install