[subversion: 3/3] temporarily ignore test suite failures on ppc* (#985582)

jorton jorton at fedoraproject.org
Fri Jul 19 22:07:55 UTC 2013


commit 5e04a2c47a7e0e5071eb6e1f895df05c6ee09a41
Author: Joe Orton <jorton at redhat.com>
Date:   Fri Jul 19 23:07:31 2013 +0100

    temporarily ignore test suite failures on ppc* (#985582)
    
    Resolves: rhbz#985582

 subversion.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/subversion.spec b/subversion.spec
index 8dc8d66..e70b5aa 100644
--- a/subversion.spec
+++ b/subversion.spec
@@ -26,7 +26,7 @@
 Summary: A Modern Concurrent Version Control System
 Name: subversion
 Version: 1.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: ASL 2.0
 Group: Development/Tools
 URL: http://subversion.apache.org/
@@ -343,7 +343,9 @@ export LIBC_FATAL_STDERR_=1
 if ! make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes; then
    : Test suite failure.
    cat fails.log
+%ifnarch ppc ppc64
    exit 1
+%endif
 fi
 # check-swig-rb omitted: it runs svnserve
 %if %{with_java}
@@ -470,6 +472,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Fri Jul 19 2013 Joe Orton <jorton at redhat.com> - 1.8.0-3
+- temporarily ignore test suite failures on ppc* (#985582)
+
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 1.8.0-2
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list