[net-snmp] disable failing test on sparc64

Dennis Gilmore ausil at fedoraproject.org
Sun Feb 27 04:57:12 UTC 2011


commit ced3da5f0537212286a92f4bcf608bbcdbdc55d3
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Sat Feb 26 22:56:17 2011 -0600

    disable failing test on sparc64

 net-snmp.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index 4d7fee7..908ac29 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.6.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 
 License: BSD
@@ -173,6 +173,11 @@ Net-SNMP toolkit library.
 %patch9 -p1
 %patch10 -p1 -b .mysql
 
+%ifarch sparc64
+# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
+rm testing/fulltests/default/T200*
+%endif
+
 %build
 MIBS="host agentx smux \
      ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
@@ -436,6 +441,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_datadir}/snmp/mibs/*
 
 %changelog
+* Sat Feb 26 2011 Dennis Gilmore <dennis at ausil.us> - 1:5.6.1-6
+- disable failing test on sparc64
+
 * Tue Feb 15 2011 Jan Safranek <jsafrane at redhat.com> - 1:5.6.1-5
 - enabled MySQL support in snmptrapd
 


More information about the scm-commits mailing list