The package rpms/rust-rav1e.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/rust-rav1e.git/commit/?id=385352e82e....
Change: +%ifnarch %{arm}
Thanks.
Full change: ============
commit 385352e82e108666d32629bdac7377c8a43eeb56 Author: Fabio Valentini decathorpe@gmail.com Date: Tue Feb 22 04:07:53 2022 +0100
Hack the workaround of the workaround
diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 989d001..9d79a37 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -1,7 +1,5 @@ # Generated by rust2rpm 18 -# * work around codegen issues when compiling doctests with LLVM 13: -# https://bugzilla.redhat.com/show_bug.cgi?id=2045116 -%bcond_with check +%bcond_without check
# Install all deps (without check), grab their licenses and make it simple # * ASL 2.0 @@ -592,8 +590,12 @@ rm -v %{buildroot}%{_libdir}/librav1e.a
%if %{with check} %check +# * work around codegen issues when compiling doctests with LLVM 13: +# https://bugzilla.redhat.com/show_bug.cgi?id=2045116 +%ifnarch %{arm} %cargo_test %endif +%endif
%changelog %autochangelog
arch-excludes@lists.fedoraproject.org