[libssh2] sshd/loopback test fails in the sparc buildsystem

Dennis Gilmore ausil at fedoraproject.org
Sat Jun 25 13:20:47 UTC 2011


commit d8deb37f038c028f00b7df3ad619f309e357cbe0
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Jun 25 08:20:10 2011 -0500

    sshd/loopback test fails in the sparc buildsystem

 libssh2.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index dd4f16c..4e102d5 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -1,6 +1,6 @@
 Name:           libssh2
 Version:        1.2.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A library implementing the SSH2 protocol
 
 Group:          System Environment/Libraries
@@ -79,6 +79,10 @@ mv -v example/Makefile example/Makefile.%{_arch}
 %check
 # sshd/loopback test fails under local build, with selinux enforcing 
 %{?_without_sshd_tests:echo "Skipping sshd tests" ; echo "exit 0" > tests/ssh2.sh }
+# sshd/loopback test fails in the sparc buildsystem
+%ifarch %{sparc}
+echo "exit 0" > tests/ssh2.sh
+%endif
 (cd tests && make check)
 
 %clean
@@ -108,6 +112,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Sat Jun 25 2011 Dennis Gilmore <dennis at ausil.us> - 1.2.7-2
+- sshd/loopback test fails in the sparc buildsystem
+
 * Tue Oct 12 2010 Kamil Dudka <kdudka at redhat.com> 1.2.7-1
 - update to 1.2.7 (#632916)
 - avoid multilib conflict on libssh2-docs


More information about the scm-commits mailing list