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