[net-snmp] Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until bug 814829 is fixed

Karsten Hopp karsten at fedoraproject.org
Mon Apr 23 12:32:01 UTC 2012


commit c3537ed561c6ba2cfc1ba9ed127b61d45cb02ca1
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Apr 23 14:31:42 2012 +0200

    Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until bug 814829 is fixed

 net-snmp.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index 000313b..4d195d0 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -11,7 +11,7 @@
 Summary: A collection of SNMP protocol tools and libraries
 Name: net-snmp
 Version: 5.7.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 
 License: BSD
@@ -358,6 +358,9 @@ install -m 644 %SOURCE10 %SOURCE11 $RPM_BUILD_ROOT/%{_unitdir}/
 
 %check
 %if %{netsnmp_check}
+%ifarch ppc ppc64
+rm -vf testing/fulltests/default/T200snmpv2cwalkall_simple
+%endif
 # restore libtool, for unknown reason it does not work with the one without rpath
 cp -f libtool.orig libtool
 LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
@@ -509,6 +512,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_initrddir}/snmptrapd
 
 %changelog
+* Mon Apr 23 2012 Karsten Hopp <karsten at redhat.com> 5.7.1-6
+- Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until
+  bug 814829 is fixed
+
 * Fri Mar 30 2012 Jan Safranek <jsafrane at redhat.com> - 1:5.7.1-5
 - Rebuilt for new rpm
 


More information about the scm-commits mailing list