diff --git a/gegl.changes b/gegl.changes index cbb1018..10bca35 100644 --- a/gegl.changes +++ b/gegl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 23 11:13:07 UTC 2022 - Marcus Rueckert + +- luajit was disabled for riscv64 ppc64 ppc64le, patch it here + accordingly + ------------------------------------------------------------------- Tue Nov 22 23:23:08 UTC 2022 - Petr Vorel diff --git a/gegl.spec b/gegl.spec index 5d15b68..3c7f275 100644 --- a/gegl.spec +++ b/gegl.spec @@ -16,7 +16,12 @@ # +# This is based on the ExcludeArch in https://build.opensuse.org/package/show/openSUSE:Factory/luajit +%ifarch riscv64 ppc64 ppc64le +%bcond_with luajit +%else %bcond_without luajit +%endif %bcond_with gegl_docs