Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until bug 814829 is fixed
This commit is contained in:
parent
bee4cc7dce
commit
c3537ed561
@ -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.7.1
|
Version: 5.7.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -358,6 +358,9 @@ install -m 644 %SOURCE10 %SOURCE11 $RPM_BUILD_ROOT/%{_unitdir}/
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{netsnmp_check}
|
%if %{netsnmp_check}
|
||||||
|
%ifarch ppc ppc64
|
||||||
|
rm -vf testing/fulltests/default/T200snmpv2cwalkall_simple
|
||||||
|
%endif
|
||||||
# restore libtool, for unknown reason it does not work with the one without rpath
|
# restore libtool, for unknown reason it does not work with the one without rpath
|
||||||
cp -f libtool.orig libtool
|
cp -f libtool.orig libtool
|
||||||
LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
|
LD_LIBRARY_PATH=${RPM_BUILD_ROOT}/%{_libdir} make test
|
||||||
@ -509,6 +512,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_initrddir}/snmptrapd
|
%{_initrddir}/snmptrapd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 23 2012 Karsten Hopp <karsten@redhat.com> 5.7.1-6
|
||||||
|
- Temporarily disable T200snmpv2cwalkall_simple test on ppc(64) until
|
||||||
|
bug 814829 is fixed
|
||||||
|
|
||||||
* Fri Mar 30 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-5
|
* Fri Mar 30 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.1-5
|
||||||
- Rebuilt for new rpm
|
- Rebuilt for new rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user