disable failing test on sparc64

This commit is contained in:
Dennis Gilmore 2011-02-26 22:56:17 -06:00
parent 4a0af56c67
commit ced3da5f05
1 changed files with 9 additions and 1 deletions

View File

@ -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@ausil.us> - 1:5.6.1-6
- disable failing test on sparc64
* Tue Feb 15 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-5
- enabled MySQL support in snmptrapd