Bug 1933537

Summary: Require mkfontdir/mkfontscale directly, not xorg-x11-font-utils
Product: [Fedora] Fedora Reporter: Peter Hutterer <peter.hutterer>
Component: liberation-narrow-fontsAssignee: vishalvvr <vishalvijayraghavan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: extras-qa, i18n-bugs, psatpute, vishalvijayraghavan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: liberation-narrow-fonts-1.07.6-6.fc35 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1933535
: 1933539 (view as bug list) Environment:
Last Closed: 2021-03-04 04:56:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1932731, 1933539    

Description Peter Hutterer 2021-03-01 02:06:46 UTC
liberation-narrow-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-narrow-fonts.spec b/liberation-narrow-fonts.spec
index 73fd3d1..6cb1444 100644
--- a/liberation-narrow-fonts.spec
+++ b/liberation-narrow-fonts.spec
@@ -21,7 +21,8 @@ Source1:      %{name}-generate.pe
 Source2:       %{name}.conf
 Source3:       %{name}.metainfo.xml
 BuildArch:     noarch
-BuildRequires: fontpackages-devel, xorg-x11-font-utils
+BuildRequires: fontpackages-devel
+BuildRequires: mkfontscale mkfontdir
 BuildRequires: fontforge
 BuildRequires: libappstream-glib
 Requires:      fontpackages-filesystem

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

Comment 1 Fedora Update System 2021-03-05 00:08:12 UTC
FEDORA-2021-8cfc91c13a has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-8cfc91c13a

Comment 2 Fedora Update System 2021-03-05 17:20:14 UTC
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.

Comment 3 Fedora Update System 2021-03-09 22:46:13 UTC
FEDORA-2021-8cfc91c13a has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-8cfc91c13a

Comment 4 Fedora Update System 2021-03-10 18:51:15 UTC
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.

Comment 5 Fedora Update System 2021-03-12 06:22:00 UTC
FEDORA-2021-8cfc91c13a has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-8cfc91c13a

Comment 6 Fedora Update System 2021-03-12 18:54:51 UTC
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.

Comment 7 Fedora Update System 2021-03-19 20:03:51 UTC
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.