-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per Fedora system wide change proposal: https://fedoraproject.org/wiki/Changes/BuildWithDNF5 https://pagure.io/fesco/issue/3096 Fixes: #1147
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Per the approved [Fedora 40 change](https://fedoraproject.org/wiki/Changes/BuildWithDNF5), | ||
[we switched][PR#1256] the default `package_manager` configuration for Fedora 40 | ||
(Rawhide at that point in time) to `dnf5`. DNF5 is [the future replacement for | ||
DNF4](https://fedoraproject.org/wiki/Changes/ReplaceDnfWithDnf5), aiming to be | ||
much faster than its predecessor. Hence, the effect of this change is a | ||
significantly faster buildroot preparation. |