From ee3b284919d0a3c0bd103859b008873711b04635270b4068685d560d882d4ee5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 2 Oct 2011 13:42:30 +0000 Subject: [PATCH] Accepting request 86031 from openSUSE:Factory:ARM - document the reason for the testsuite failure OBS-URL: https://build.opensuse.org/request/show/86031 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=30 --- libssh2_org.changes | 5 +++++ libssh2_org.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/libssh2_org.changes b/libssh2_org.changes index 0d1fe9a..1a0dc27 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 1 14:19:34 CEST 2011 - dmueller@suse.de + +- document the reason for the testsuite failure + ------------------------------------------------------------------- Fri Sep 30 17:36:36 UTC 2011 - crrodriguez@opensuse.org diff --git a/libssh2_org.spec b/libssh2_org.spec index 2414bde..f1c7b39 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -82,6 +82,7 @@ make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/*.la %check +# testsuite fails in qemu due to non-implemented setsockopt() options (2011-10-01) %if ! 0%{?qemu_user_space_build} make check %endif