/etc/dnf/dnf.conf handling for dnf4 -> dnf5 upgrade #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The dnf5 upgrade for Fedora 41 leaves
/etc/dnf/dnf.conf.rpmnewwith an empty main section. This is reported byrpmconf -aas reported in https://discussion.fedoraproject.org/t/asahi-fedora-41-dnf-conf-rpmnew/140458.DNF5 supports config mix-ins at least in
/etc/dnf/libdnf5.conf.d/. We should transition the kiwi image build to that or provide the mix-in via an asahi specific package if still want to keepallow_vendor_change=False.I doubt we can do anything about
/etc/dnf/dnf.conf.rpmnewfor existing Fedora 40 based installs.We probably have to keep it in
/etc/dnf/dnf.confas long as dnf4 is still available though,