[libssh2] next attempt to work around a self check problem on PPC*

Karsten Hopp karsten at fedoraproject.org
Mon Feb 17 14:38:56 UTC 2014


commit fc169ae47c744f8b53796b99272a0edebb358855
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Feb 17 15:39:41 2014 +0100

    next attempt to work around a self check problem on PPC*

 libssh2.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/libssh2.spec b/libssh2.spec
index 37d6ebc..4bc611c 100644
--- a/libssh2.spec
+++ b/libssh2.spec
@@ -12,7 +12,7 @@
 
 Name:		libssh2
 Version:	1.4.3
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	A library implementing the SSH2 protocol
 Group:		System Environment/Libraries
 License:	BSD
@@ -122,11 +122,16 @@ 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, ppc* and arm buildsystems too
-%ifarch %{sparc} %{arm} ppc %{power64}
+# Apparently it fails in the sparc and arm buildsystems too
+%ifarch %{sparc} %{arm}
 echo Skipping SSH test on sparc/arm
 echo "exit 0" > tests/ssh2.sh
 %endif
+# mansyntax check fails on PPC* with some strange locale error
+%ifarch ppc %{power64}
+echo "Skipping mansyntax test on PPC*"
+echo "exit 0" > tests/mansyntax.sh
+%endif
 make -C tests check
 
 %clean
@@ -154,6 +159,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/libssh2.pc
 
 %changelog
+* Mon Feb 17 2014 Karsten Hopp <karsten at redhat.com> 1.4.3-10
+- next attempt to work around a self check problem on PPC*
+
 * Mon Feb 17 2014 Karsten Hopp <karsten at redhat.com> 1.4.3-9
 - skip self checks on ppc*
 


More information about the scm-commits mailing list