diff --git a/libreoffice.changes b/libreoffice.changes index a228c60..daa81cc 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 24 11:04:08 UTC 2023 - Andreas Schwab + +- Add missing dependencies on jre-64 for riscv64 + ------------------------------------------------------------------- Thu Jul 13 12:37:59 UTC 2023 - Danilo Spinella diff --git a/libreoffice.spec b/libreoffice.spec index 759ad1a..9853a47 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -458,7 +458,7 @@ Requires: %{name}-base-drivers-firebird %ifarch %{ix86} Requires: jre-32 >= 1.8 %endif -%ifarch x86_64 aarch64 +%ifarch x86_64 aarch64 riscv64 Requires: jre-64 >= 1.8 %endif %endif @@ -676,7 +676,7 @@ Requires: %{name} = %{version} %ifarch %{ix86} Requires: jre-32 >= 1.8 %endif -%ifarch x86_64 aarch64 ppc64le +%ifarch x86_64 aarch64 ppc64le riscv64 Requires: jre-64 >= 1.8 %endif @@ -707,7 +707,7 @@ Requires(pre): libreoffice = %{version} %ifarch %{ix86} Requires: jre-32 >= 1.8 %endif -%ifarch x86_64 aarch64 ppc64le +%ifarch x86_64 aarch64 ppc64le riscv64 Requires: jre-64 >= 1.8 %endif @@ -727,7 +727,7 @@ Requires(pre): libreoffice = %{version} %ifarch %{ix86} Requires: jre-32 >= 1.8 %endif -%ifarch x86_64 aarch64 ppc64le +%ifarch x86_64 aarch64 ppc64le riscv64 Requires: jre-64 >= 1.8 %endif