Skip to content

Commit

Permalink
Require DNF 5 in Fedora >= 41, not Fedora > 38
Browse files Browse the repository at this point in the history
The switch to DNF 5 has been postponed to (likely) Fedora 41.
  • Loading branch information
evan-goode authored Aug 15, 2023
1 parent cc19c23 commit b5b3c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/python-kiwi-spec-template
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Recommends: dnf
Provides: kiwi-packagemanager:microdnf
Requires: microdnf
%endif
%if 0%{?fedora} >= 39
%if 0%{?fedora} >= 41
Requires: dnf5
Requires: dnf5-plugins
Provides: kiwi-packagemanager:dnf5
Expand Down

0 comments on commit b5b3c79

Please sign in to comment.