From 8720fcb485e1a1ed85807d11a70c28f96ce20ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 24 Aug 2016 10:36:45 +0200 Subject: [PATCH] - don't run the test-suite for big endian arches --- openvswitch.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/openvswitch.spec b/openvswitch.spec index d7f2188..4123823 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -14,7 +14,7 @@ Name: openvswitch Version: 2.5.0 -Release: 3%{?snapshot}%{?dist} +Release: 4%{?snapshot}%{?dist} Summary: Open vSwitch daemon/database/utilities # Nearly all of openvswitch is ASL 2.0. The bugtool is LGPLv2+, and the @@ -45,7 +45,13 @@ Requires(preun): systemd-units Requires(postun): systemd-units Obsoletes: openvswitch-controller <= 0:2.1.0-1 +# test-suite is broken for big endians +# https://bugzilla.redhat.com/show_bug.cgi?id=1105458#c10 +%ifnarch ppc ppc64 ppc64p7 s390 s390x %bcond_without check +%else +%bcond_with check +%endif %description Open vSwitch provides standard network bridging functions and @@ -279,6 +285,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(755,root,root) %{_rundir}/openvswitch %changelog +* Wed Aug 24 2016 Dan HorĂ¡k - 2.5.0-4 +- don't run the test-suite for big endian arches + * Tue Jul 19 2016 Fedora Release Engineering - 2.5.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages