[ruby/f17] disable make check on ppc(64), RHBZ 803698

Karsten Hopp karsten at fedoraproject.org
Thu Mar 15 13:01:27 UTC 2012


commit 9ac6f1286a021ab7728866dd788c6ed1a9af094d
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Mar 15 14:01:10 2012 +0100

    disable make check on ppc(64), RHBZ 803698

 ruby.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index 528578d..b0facbd 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -51,7 +51,7 @@
 Summary: An interpreter of object-oriented scripting language
 Name: ruby
 Version: %{ruby_version_patch_level}
-Release: 8%{?dist}
+Release: 9%{?dist}
 Group: Development/Languages
 License: Ruby or BSD
 URL: http://ruby-lang.org/
@@ -437,7 +437,8 @@ sed -i '2 a\
 # Disable make check on ARM until the bug is fixed
 # https://bugzilla.redhat.com/show_bug.cgi?id=789410
 # https://bugs.ruby-lang.org/issues/6011
-%ifnarch %{arm}
+# likewise on ppc(64), RH bugzilla 803698
+%ifnarch %{arm} ppc ppc64
 # TODO: Investigate the test failures.
 # https://bugs.ruby-lang.org/issues/6036
 make check TESTS="-v -x test_pathname.rb -x test_drbssl.rb -x test_parse.rb -x test_x509cert.rb"
@@ -707,6 +708,9 @@ make check TESTS="-v -x test_pathname.rb -x test_drbssl.rb -x test_parse.rb -x t
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Thu Mar 15 2012 Karsten Hopp <karsten at redhat.com> 1.9.3.0-9
+- disable make check on ppc(64), RHBZ 803698
+
 * Wed Feb 29 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.9.3.0-8
 - Temporarily disable make check on ARM until it's fixed upstream. Tracked in RHBZ 789410
 


More information about the scm-commits mailing list