[net-snmp/f16] disable failing test on s390(x) (#680697)

Dan Horák sharkcz at fedoraproject.org
Tue Sep 6 13:05:31 UTC 2011


commit 006d211008b0989576c07eda7603382fa9b3f929
Author: Dan Horák <dan at danny.cz>
Date:   Tue Sep 6 15:03:55 2011 +0200

    disable failing test on s390(x) (#680697)

 net-snmp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/net-snmp.spec b/net-snmp.spec
index 5605815..c271cc1 100644
--- a/net-snmp.spec
+++ b/net-snmp.spec
@@ -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 at 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


More information about the scm-commits mailing list