- temporarily disable a test failing on ppc/s390 arches

This commit is contained in:
Dan Horák 2010-11-22 11:35:57 +01:00
parent cfbbce8f91
commit 0e10196571
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
Release: 2%{?dist}
Release: 3%{?dist}
Epoch: 1
License: BSD
@ -166,6 +166,11 @@ Net-SNMP toolkit library.
%patch7 -p1
%patch8 -p2 -b .cpp-includes
%ifarch ppc ppc64 s390 s390x
# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=655731
rm testing/fulltests/default/T065*
%endif
%build
MIBS="host agentx smux \
ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \
@ -422,6 +427,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_datadir}/snmp/mibs/*
%changelog
* Mon Nov 22 2010 Dan Horák <dan[at]danny.cz> - 1:5.6-3
- temporarily disable a test failing on ppc/s390 arches
* Fri Nov 5 2010 Jan Safranek <jsafrane@redhat.com> - 1:5.6-2
- fixed c++ guards in net-snmp header files (#650219)