From a135db2809881f954ede81c47d4bf4d9eb51b7000a55fb67653801193be1bc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 14 Mar 2018 09:34:08 +0000 Subject: [PATCH] - Require liberation-fonts instead of Recommends wrt bsc#1083213 * Basically we need ANY font, but liberation-fonts are the Arial/etc. compatible and thus you can view the MS Word documents - Drop Build/Require on xorg-x11-fonts OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=612 --- libreoffice.changes | 9 +++++++++ libreoffice.spec | 5 +---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index a893a54..19aaf5d 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 14 09:30:47 UTC 2018 - tchvatal@suse.com + +- Require liberation-fonts instead of Recommends wrt bsc#1083213 + * Basically we need ANY font, but liberation-fonts are the + Arial/etc. compatible and thus you can view the MS Word + documents +- Drop Build/Require on xorg-x11-fonts + ------------------------------------------------------------------- Thu Mar 8 10:23:52 UTC 2018 - alarrosa@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index fb8565a..04a87cb 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -161,8 +161,6 @@ BuildRequires: unixODBC-devel BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: xml-commons-apis -BuildRequires: xorg-x11 -BuildRequires: xorg-x11-fonts BuildRequires: xz BuildRequires: zip BuildRequires: perl(Archive::Zip) @@ -226,9 +224,9 @@ BuildRequires: pkgconfig(xt) Requires: libreoffice-branding >= 6.0 Requires: libreoffice-icon-themes = %{version} # We need at least english to launch ourselves. +Requires: liberation-fonts Requires: libreoffice-l10n-en = %{version} Requires: python3 -Requires: xorg-x11-fonts Requires(post): update-desktop-files Requires(postun): update-desktop-files Recommends: dejavu-fonts @@ -262,7 +260,6 @@ BuildRequires: libboost_system-devel BuildRequires: boost-devel %endif BuildRequires: liberation-fonts -Recommends: liberation-fonts %if %{with firebird} BuildRequires: pkgconfig(fbclient) %endif