The package rpms/ocaml-lwt.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/ocaml-lwt.git/commit/?id=057a7a7a661....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 057a7a7a6610326150452a8b792cd2c7e693325b Author: Richard W.M. Jones rjones@redhat.com Date: Tue Apr 21 21:27:25 2020 +0100
Disable the test on s390x.
diff --git a/ocaml-lwt.spec b/ocaml-lwt.spec index 70b6ebe..d60a060 100644 --- a/ocaml-lwt.spec +++ b/ocaml-lwt.spec @@ -132,7 +132,11 @@ find %{buildroot}%{_libdir}/ocaml -name *.cmxs -exec chmod 0755 {} + %endif
%check +# Disable this test on s390x. +# https://bugzilla.redhat.com/show_bug.cgi?id=1826511 +%ifnarch s390x dune runtest --profile=release +%endif
%files %doc CHANGES README.md
arch-excludes@lists.fedoraproject.org