From 30e21588e641adb64b969a6ad64907cbbd8b696f2f5bab6bef3a3d0b83976996 Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Mon, 24 Apr 2023 09:59:20 +0000 Subject: [PATCH] Accepting request 1080794 from home:marxin:branches:LibreOffice:Factory - Do not use binutils-gold as the package is unmaintained and will be removed in the future (boo#1210687). OBS-URL: https://build.opensuse.org/request/show/1080794 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1072 --- libreoffice.changes | 6 ++++++ libreoffice.spec | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index 9f8f7bb..0c4d4df 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 20 10:53:47 UTC 2023 - Martin Liška + +- Do not use binutils-gold as the package is unmaintained + and will be removed in the future (boo#1210687). + ------------------------------------------------------------------- Wed Apr 5 15:11:41 UTC 2023 - Danilo Spinella diff --git a/libreoffice.spec b/libreoffice.spec index b9f1c17..a02bead 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -125,9 +125,6 @@ BuildRequires: %{name}-share-linker BuildRequires: ant BuildRequires: autoconf BuildRequires: awk -%ifnarch riscv64 -BuildRequires: binutils-gold -%endif BuildRequires: bison BuildRequires: bsh2 BuildRequires: commons-logging @@ -1123,11 +1120,7 @@ export NOCONFIGURE=yes %configure \ --with-parallelism=%{jobs} \ --enable-eot \ -%ifarch riscv64 --enable-ld=bfd \ -%else - --enable-ld=gold \ -%endif %if %{with lto} --enable-lto \ %endif