https://bugzilla.redhat.com/show_bug.cgi?id=1932754
--- Comment #10 from Peter Hutterer <[email protected]> --- Ok, I found it after reproducing the opposite issue (xhost cannot be installed if xorg-x11-server-utils is installed) in a podman F34 container (after installing xorg-x11-xinit which drags in xorg-x11-server-utils). The problem is in the Obsoletes: line of xhost (and other packages, need to go through all of them now). xhost.spec: Obsoletes: xorg-x11-server-utils <= 7.7-39 This is wrong, it only matches up to -38 because it's missing %{?dist}, so the existing 7.7-39.fc34 is not <= 7.7-39. It doesn't get obsoleted, xorg-x11-server-utils doesn't get replaced by any of the subpackages and we end up with this mess. At least one package (xisxwayland) has the correct < 7.7-40 line which obsoletes correctly. Expect a bunch of package updates to hit the repos soon, Bug #1947238 is the one to track this issue for the server-utils package. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
