From daa95780d98c57c6e7e5fb17c623e529736bdc30 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 7 Jun 2018 17:01:51 +0900 Subject: [PATCH] Add Suggests: dejavu-sans-fonts to address pulling the unpredicted font package as dependency. (#1321551) --- fontconfig.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fontconfig.spec b/fontconfig.spec index ae13c90..1e8da5e 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -5,7 +5,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.13.0 -Release: 5%{?dist} +Release: 6%{?dist} # src/ftglue.[ch] is in Public Domain # src/fccache.c contains Public Domain code # fc-case/CaseFolding.txt is in the UCD @@ -35,6 +35,7 @@ Requires: fontpackages-filesystem freetype Requires(pre): freetype >= 2.9.1 Requires(post): grep coreutils Requires: font(:lang=en) +Suggests: dejavu-sans-fonts %description Fontconfig is designed to locate fonts within the @@ -166,6 +167,10 @@ HOME=/root /usr/bin/fc-cache -s %doc fontconfig-devel.txt fontconfig-devel %changelog +* Thu Jun 07 2018 Akira TAGOH - 2.13.0-6 +- Add Suggests: dejavu-sans-fonts to address pulling the unpredicted + font package as dependency. (#1321551) + * Wed Jun 06 2018 Akira TAGOH - 2.13.0-5 - Update the version deps of freetype to resolve FT_Done_MM_Var symbol. (#1579464)