diff --git a/ocaml-rpm-macros.changes b/ocaml-rpm-macros.changes index 30c39f3..ae28d1e 100644 --- a/ocaml-rpm-macros.changes +++ b/ocaml-rpm-macros.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 31 21:44:55 UTC 2023 - Aaron Puchert + +- Increase stack size limit for riscv64 like for ppc64(le). + ------------------------------------------------------------------- Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann diff --git a/ocaml-rpm-macros.spec b/ocaml-rpm-macros.spec index a10e088..7a66452 100644 --- a/ocaml-rpm-macros.spec +++ b/ocaml-rpm-macros.spec @@ -17,7 +17,7 @@ Name: ocaml-rpm-macros -Version: 20230101 +Version: 20231101 Release: 0 Summary: RPM macros for building OCaml source packages License: GPL-2.0-only @@ -421,7 +421,7 @@ ocaml setup.ml -configure \\\ ocaml setup.ml -test # %%ocaml_dune_setup \ -%ifarch ppc64 ppc64le +%ifarch ppc64 ppc64le riscv64 ulimit -s $((1024 * 64)) ; \ %endif %if 0 @@ -475,7 +475,7 @@ ocaml setup.ml -configure \\\ '@install' \\\ $OCAML_DUNE_BUILD_INSTALL_ARGS %%ocaml_dune_install \ -%ifarch ppc64 ppc64le +%ifarch ppc64 ppc64le riscv64 ulimit -s $((1024 * 64)) ; \ %endif if test -z "${_smp_mflags}" ;\