After the deaggregation (#1932731) some individually split packages use the following:
Conflicts: xorg-x11-font-utils <= 7.5-50
This line is incorrect, without %{?dist} it does not match against the actual EVR of 7.7-50.fc34. Packages with this tag do not correctly conflict the xorg-x11-server-utils package, causing conflicts on update.
This affects bdftopcf, fonttosfnt and mkfontscale, this bug is to be used for the update of these packages.
Comment 1Fedora Update System
2021-04-20 01:46:02 UTC
Proposing as F34 Freeze Exception
The update here is trivial, it just fixes the Conflicts line in all packages to avoid install errors due to conflicting file lists.
After the deaggregation (#1932731) some individually split packages use the following: Conflicts: xorg-x11-font-utils <= 7.5-50 This line is incorrect, without %{?dist} it does not match against the actual EVR of 7.7-50.fc34. Packages with this tag do not correctly conflict the xorg-x11-server-utils package, causing conflicts on update. This affects bdftopcf, fonttosfnt and mkfontscale, this bug is to be used for the update of these packages.