The package rpms/rubygem-bootsnap.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rubygem-bootsnap.git/commit/?id=0699....
Change: -ExcludeArch: armv7hl
Thanks.
Full change: ============
commit 0699476edc61152bea5861544a4ff9cff813338d Author: Vít Ondruch vondruch@redhat.com Date: Fri Jul 31 11:21:16 2020 +0200
Re-enable ARM support. The problem should be gone since Ruby 2.6+.
diff --git a/rubygem-bootsnap.spec b/rubygem-bootsnap.spec index 04b3160..cc5ebd6 100644 --- a/rubygem-bootsnap.spec +++ b/rubygem-bootsnap.spec @@ -3,7 +3,7 @@
Name: rubygem-%{gem_name} Version: 1.3.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Boot large ruby/rails apps faster License: MIT URL: https://github.com/Shopify/bootsnap @@ -29,11 +29,6 @@ BuildRequires: rubygem(msgpack) # https://fedoraproject.org/wiki/Packaging:C_and_C++#BuildRequires_and_Require... BuildRequires: gcc
-# Tests crash on armv7hl. Upstream issues: -# https://github.com/Shopify/bootsnap/issues/67 -# https://bugs.ruby-lang.org/issues/13670 -ExcludeArch: armv7hl - # Note - rpmlint shows error: # call-to-mktemp /usr/lib64/gems/ruby/bootsnap-1.3.0/bootsnap/bootsnap.so # https://github.com/Shopify/bootsnap/issues/174 @@ -121,6 +116,9 @@ popd %doc %{gem_instdir}/CODE_OF_CONDUCT.md
%changelog +* Fri Jul 31 09:19:53 GMT 2020 Vít Ondruch vondruch@redhat.com - 1.3.2-7 +- Re-enable ARM support. The problem should be gone since Ruby 2.6+. + * Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 1.3.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
arch-excludes@lists.fedoraproject.org