[qd] Don't fail build on tests for s390/aarch64

Peter Robinson pbrobinson at fedoraproject.org
Sat Oct 25 18:12:21 UTC 2014


commit fe5f8310e465b784a8f7e6711a89f1579566587f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Oct 25 19:12:10 2014 +0100

    Don't fail build on tests for s390/aarch64

 qd.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/qd.spec b/qd.spec
index b4474fa..7490e9d 100644
--- a/qd.spec
+++ b/qd.spec
@@ -81,7 +81,11 @@ rm %{buildroot}%{_libdir}/*.la
 %postun -p /sbin/ldconfig
 
 %check
+%ifarch s390 s390x aarch64
+make check ||:
+%else
 make check
+%endif
 
 %clean
 rm -rf %{buildroot} 
@@ -103,6 +107,7 @@ rm -rf %{buildroot}
 %changelog
 * Sat Oct 25 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.15-1
 - Update to 2.3.15.
+- Don't fail build on tests for s390/aarch64
 
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.14-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild


More information about the scm-commits mailing list