https://bugzilla.redhat.com/show_bug.cgi?id=2443717
--- Comment #33 from Tarulia <[email protected]> --- Oh right they are supposed to be parallel-installable for the stable-unstable cycle? In that case there's arguably even more reason to group them, no? With the current setup it would be possible to install the 3.4 devel packages and the 3.2 devel package, giving 3 choices for `wx-config` and 2 for `wxrc`: ``` $ dnf list --installed wxGTK3.4-devel wxQt3.4-devel wxBase-devel Installed packages (available for reinstall, available for upgrade) wxBase-devel.x86_64 3.2.9-2.fc44 fedora wxGTK3.4-devel.x86_64 3.3.3-1.fc44 @commandline wxQt3.4-devel.x86_64 3.3.3-1.fc44 @commandline $ alternatives --config wx-config There are 3 programs which provide 'wx-config'. Selection Command ----------------------------------------------- *+ 1 /usr/lib64/wx/config/gtk3-unicode-3.3 2 /usr/lib64/wx/config/qt-unicode-3.3 3 /usr/libexec/wxGTK/wx-config $ alternatives --config wxrc There are 2 programs which provide 'wxrc'. Selection Command ----------------------------------------------- *+ 1 /usr/libexec/wxWidgets/wxrc 2 /usr/libexec/wxGTK/wxrc ``` However, because they are not linked, it would easily be possible for users to end up with any combination of the 5. For example `wx-config` from wxQt3.4 and `wxrc` from wxBase3.2, or `wx-config` from wxGTK3.2 with `wxrc` from 3.4. I don't imagine that would go very well. I'm by no means an expert on `alternatives` (I finally found out today how to actually choose one …), but I believe that is what the `--follower` options are for? I don't think it makes sense for them to be chosen individually. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2443717 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202443717%23c33 -- _______________________________________________ package-review 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, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
