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.
FEDORA-2021-8cfc91c13a has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-8cfc91c13a
FEDORA-2021-8cfc91c13a has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-8cfc91c13a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-8cfc91c13a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-8cfc91c13a has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report.
I am still encountering this conflict on Fedora 36. " file /usr/bin/mkfontdir from install of xorg-x11-font-utils-1:7.5-21.el7.x86_64 conflicts with file from package mkfontscale-1.2.1-4.fc36.x86_64 file /usr/bin/mkfontscale from install of xorg-x11-font-utils-1:7.5-21.el7.x86_64 conflicts with file from package mkfontscale-1.2.1-4.fc36.x86_64 file /usr/share/man/man1/mkfontdir.1.gz from install of xorg-x11-font-utils-1:7.5-21.el7.x86_64 conflicts with file from package mkfontscale-1.2.1-4.fc36.x86_64 file /usr/share/man/man1/mkfontscale.1.gz from install of xorg-x11-font-utils-1:7.5-21.el7.x86_64 conflicts with file from package mkfontscale-1.2.1-4.fc36.x86_64 "
It looks like you have an el7 package installed and are trying to update this with a Fedora package. That's... unusual. Maybe try installing an xorg-x11-font-utils from fedora first and then trying to update to the current one from F36. That should obsolete the right packages.