diff --git a/libreoffice.changes b/libreoffice.changes index f6b7565..7b65899 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 24 14:02:23 UTC 2018 - tchvatal@suse.com + +- Require xorg-x11-fonts otherwise nothing is shown + +------------------------------------------------------------------- +Wed Jan 24 12:34:09 UTC 2018 - tchvatal@suse.com + +- Do not pull in liberation2-fonts wrt bsc#1077375#c5 + ------------------------------------------------------------------- Wed Jan 17 19:29:11 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index be92275..828c765 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -42,6 +42,7 @@ # faking libreoffice provide some system packages %global __provides_exclude_from ^%{_libdir}/libreoffice/program/lib(gpg|assuan).*\\.so.*$ %global __requires_exclude_from ^%{_libdir}/libreoffice/program/lib(gpg|assuan).*\\.so.*$ +%global __requires_exclude ^libgpgmepp\\.so.*$ %bcond_with system_gpgme %endif Name: libreoffice @@ -219,6 +220,7 @@ Requires: libreoffice-icon-themes = %{version} # We need at least english to launch ourselves. Requires: libreoffice-l10n-en = %{version} Requires: python3 +Requires: xorg-x11-fonts Requires(post): update-desktop-files Requires(postun): update-desktop-files Recommends: dejavu-fonts @@ -251,13 +253,8 @@ BuildRequires: libboost_system-devel %else BuildRequires: boost-devel %endif -%if 0%{?suse_version} >= 1330 -BuildRequires: liberation2-fonts -Recommends: liberation2-fonts -%else BuildRequires: liberation-fonts Recommends: liberation-fonts -%endif %if %{with firebird} BuildRequires: pkgconfig(fbclient) %endif