https://bugzilla.redhat.com/show_bug.cgi?id=1933539

Peter Hutterer <peter.hutte...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Comment|0                           |updated



--- Comment #0 has been edited ---

liberation-fonts currently BuildRequires: xorg-x11-font-utils

xorg-x11-font-utils is to be split up into multiple packages, see Bug 1932731. 

This package only requires mkfontscale and mkfontdir, so let's BuildRequires
these directly. xorg-x11-font-utils has had Provides for those for ages now
anyway, so this is largely a noop from this package's POV.

Suggested diff:

diff --git a/liberation-fonts.spec b/liberation-fonts.spec
index a9cc575..583e224 100644
--- a/liberation-fonts.spec
+++ b/liberation-fonts.spec
@@ -24,7 +24,8 @@ Source8:          %{fontname}-sans.metainfo.xml
 Source9:          %{fontname}-serif.metainfo.xml
 BuildArch:        noarch

-BuildRequires:    fontpackages-devel >= 1.13, xorg-x11-font-utils
+BuildRequires:    fontpackages-devel >= 1.13
+BuildRequires:    mkfontscale mkfontdir
 BuildRequires:    fontforge
 BuildRequires:    libappstream-glib
 BuildRequires:    python3

Verified successful build in a local F33 container with only the mkfontscale
(Bug 1932734) packages installed, no xorg-x11-font-utils.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
fonts-bugs mailing list -- fonts-bugs@lists.fedoraproject.org
To unsubscribe send an email to fonts-bugs-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/fonts-bugs@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to