Bug 1933647 - Don't BuildRequires xorg-x11-font-utils
Summary: Don't BuildRequires xorg-x11-font-utils
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: x3270
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Dan Horák
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1932731
TreeView+ depends on / blocked
 
Reported: 2021-03-01 10:47 UTC by Peter Hutterer
Modified: 2021-03-19 19:59 UTC (History)
15 users (show)

Fixed In Version: x3270-4.0ga14-2.fc35 x3270-4.0ga14-2.fc34
Clone Of:
Environment:
Last Closed: 2021-03-01 12:33:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Peter Hutterer 2021-03-01 10:47:48 UTC
Explicitly require the tools we actually need instead, xorg-x11-font-utils has had Provides: for these for ages.

xorg-x11-font-utils is to be split up into multiple packages, see Bug 1932731, this ensures the transition goes smoothly.


Suggested diff:

diff --git a/x3270.spec b/x3270.spec
index 21f2e65..c75bdc2 100644
--- a/x3270.spec
+++ b/x3270.spec
@@ -23,7 +23,7 @@ BuildRequires: fontpackages-devel
 
 %package x11
 Summary: IBM 3278/3279 terminal emulator for the X Window System
-BuildRequires: xorg-x11-font-utils
+BuildRequires: mkfontdir bdftopcf
 BuildRequires: libXaw-devel
 Requires: %{name} = %{version}
 


Verified successful build in a local F33 container with only the mkfontscale (Bug 1932734) and bdftopcf (Bug 1932736) packages installed.

Comment 1 Peter Hutterer 2021-03-02 00:30:38 UTC
Thanks, can I ask you to push this to f34 too please? I'd like to get this change in before beta. Thanks.

Comment 2 Dan Horák 2021-03-02 07:55:27 UTC
Beta has been already frozen and this change doesn't qualify for a blocker or freeze exception IMO. But yes, I can push the update to F-34 branch too, for GA.

Comment 3 Fedora Update System 2021-03-02 08:03:10 UTC
FEDORA-2021-6784fdda2f has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-6784fdda2f

Comment 4 Fedora Update System 2021-03-03 15:43:18 UTC
FEDORA-2021-6784fdda2f 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-6784fdda2f`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-6784fdda2f

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 5 Fedora Update System 2021-03-19 17:43:07 UTC
FEDORA-2021-6784fdda2f has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 6 Fedora Update System 2021-03-19 19:59:21 UTC
FEDORA-2021-6784fdda2f has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.