From ced3da5f0537212286a92f4bcf608bbcdbdc55d3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 26 Feb 2011 22:56:17 -0600 Subject: [PATCH] disable failing test on sparc64 --- net-snmp.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 1:5.6.1-6 +- disable failing test on sparc64 + * Tue Feb 15 2011 Jan Safranek - 1:5.6.1-5 - enabled MySQL support in snmptrapd