diff --git a/ocaml.spec b/ocaml.spec index a495201..345aff6 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -20,15 +20,14 @@ %global test_arches aarch64 %{power64} x86_64 # These are the architectures for which the tests must pass otherwise # the build will fail. -# Fails on aarch64: https://caml.inria.fr/mantis/view.php?id=7602 -%global test_arches_required %{power64} x86_64 +%global test_arches_required aarch64 %{power64} x86_64 # Architectures where parallel builds fail. %global no_parallel_build_arches aarch64 Name: ocaml Version: 4.04.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: OCaml compiler and programming environment