The package rpms/ruby.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/ruby.git/commit/?id=07b06bf4c31f6192....
Change: +%ifarch aarch64
Thanks.
Full change: ============
commit 5d73ed5b414b7414f683db340d153a9be8f9a28c Author: Pavel Valena pvalena@redhat.com Date: Wed Feb 21 16:41:27 2018 +0100
Add gcc to BuildRequires
https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire s_and_Requies
diff --git a/ruby.spec b/ruby.spec index 7366e47..2a5e047 100644 --- a/ruby.spec +++ b/ruby.spec @@ -173,6 +173,7 @@ BuildRequires: procps # Required to test hardening. %{?with_hardening_test:BuildRequires: %{_bindir}/checksec} BuildRequires: multilib-rpm-config +BuildRequires: gcc
# This package provides %%{_bindir}/ruby-mri therefore it is marked by this # virtual provide. It can be installed as dependency of rubypick.
commit 07b06bf4c31f6192b67b3facb92e6ca1fe7bee5f Author: Florian Weimer fweimer@redhat.com Date: Sat Feb 24 19:11:02 2018 +0100
Use --with-setjmp-type=setjmp on aarch64 to work around gcc issue (#1545239)
diff --git a/ruby.spec b/ruby.spec index 012169a..7366e47 100644 --- a/ruby.spec +++ b/ruby.spec @@ -568,6 +568,9 @@ autoconf --with-ruby-version='' \ --enable-multiarch \ --with-prelude=./abrt_prelude.rb \ +%ifarch aarch64 + --with-setjmp-type=setjmp \ +%endif
# Q= makes the build output more verbose and allows to check Fedora # compiler options. @@ -1076,7 +1079,10 @@ make check TESTS="-v $DISABLE_TESTS" %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog -* Wed Feb 23 2018 Pavel Valena pvalena@redhat.com - 2.5.0-89 +* Sat Feb 24 2018 Florian Weimer fweimer@redhat.com - 2.5.0-89 +- Use --with-setjmp-type=setjmp on aarch64 to work around gcc issue (#1545239) + +* Wed Feb 21 2018 Pavel Valena pvalena@redhat.com - 2.5.0-89 - Fix: Multiple vulnerabilities in RubyGems https://bugzilla.redhat.com/show_bug.cgi?id=1547431 https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rub...
arch-excludes@lists.fedoraproject.org