disable failing test on sparc64
This commit is contained in:
parent
4a0af56c67
commit
ced3da5f05
@ -11,7 +11,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.6.1
|
Version: 5.6.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -173,6 +173,11 @@ Net-SNMP toolkit library.
|
|||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1 -b .mysql
|
%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
|
%build
|
||||||
MIBS="host agentx smux \
|
MIBS="host agentx smux \
|
||||||
ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
|
ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
|
||||||
@ -436,6 +441,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/snmp/mibs/*
|
%{_datadir}/snmp/mibs/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 15 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.6.1-5
|
||||||
- enabled MySQL support in snmptrapd
|
- enabled MySQL support in snmptrapd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user