disable failing test on s390(x) (#680697)
This commit is contained in:
parent
2874787702
commit
c0d89a3152
@ -11,7 +11,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: 5.7
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -200,7 +200,7 @@ The net-snmp-sysvinit package provides SysV init scripts for Net-SNMP daemons.
|
||||
%patch8 -p1 -b .mysql
|
||||
%patch9 -p1 -b .systemd
|
||||
|
||||
%ifarch sparc64
|
||||
%ifarch sparc64 s390 s390x
|
||||
# disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697
|
||||
rm testing/fulltests/default/T200*
|
||||
%endif
|
||||
@ -505,6 +505,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config(noreplace,missingok) %{_sysconfdir}/sysconfig/snmptrapd
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2011 Dan Horák <dan[at]danny.cz> - 1:5.7-7
|
||||
- disable failing test on s390(x) (#680697)
|
||||
|
||||
* Thu Aug 11 2011 Jan Safranek <jsafrane@redhat.com> - 1:5.7-6
|
||||
- added new net-snmp-agent-libs subpackage with agent libraries
|
||||
-> net-snmp-libs do not need perl and lm_sensors libs
|
||||
|
Loading…
Reference in New Issue
Block a user