[libssh2] Disable some tests on ARM

Peter Robinson pbrobinson at fedoraproject.org
Sun Jan 15 23:11:05 UTC 2012


commit d70bd6d322fcc13746030bd4e29fdb0359f8bac0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Jan 15 23:11:01 2012 +0000

    Disable some tests on ARM

 libssh2.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index 8069913..c8c5b2b 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -9,7 +9,7 @@
 
 Name:		libssh2
 Version:	1.3.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	A library implementing the SSH2 protocol
 Group:		System Environment/Libraries
 License:	BSD
@@ -93,8 +93,8 @@ if [ ! -c /dev/tty ]; then
 	echo Skipping SSH test due to missing /dev/tty
 	echo "exit 0" > tests/ssh2.sh
 fi
-# Apparently it fails in the sparc buildsystem too
-%ifarch %{sparc}
+# Apparently it fails in the sparc and arm buildsystem too
+%ifarch %{sparc} %{arm}
 echo Skipping SSH test on sparc
 echo "exit 0" > tests/ssh2.sh
 %endif
@@ -128,6 +128,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libssh2.pc
 
 %changelog
+* Sun Jan 15 2012 Peter Robinson <pbrobinson at fedoraproject.org> 1.3.0-4
+- Disable some tests on ARM
+
 * Fri Jan 13 2012 Paul Howarth <paul at city-fan.org> 1.3.0-3
 - make docs package noarch where possible
 - example includes arch-specific bits, so move to devel package


More information about the scm-commits mailing list