From 98ee62bc367e252a83144a39e2905ddd15189410d0f4b7b0fb8a27a36dce5abc Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 24 Jul 2023 11:24:27 +0000 Subject: [PATCH] Accepting request 1100371 from home:Andreas_Schwab:Factory - Add missing dependencies on jre-64 for riscv64 OBS-URL: https://build.opensuse.org/request/show/1100371 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1085 --- libreoffice.changes | 5 +++++ libreoffice.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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