Skip to content

Commit

Permalink
spec: toggle dnf5_obsoletes_dnf for RHEL 11
Browse files Browse the repository at this point in the history
Fedora 41 has completed the migration to DNF5, so ELN (the future RHEL 11) is now ready to follow suit.
  • Loading branch information
yselkowitz authored and evan-goode committed Nov 21, 2024
1 parent da9a706 commit 69d1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
%global conflicts_dnf_plugins_extras_version 4.0.4
%global conflicts_dnfdaemon_version 0.3.19

%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 11]
%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 40 || 0%{?rhel} > 10]

# override dependencies for rhel 7
%if 0%{?rhel} == 7
Expand Down

0 comments on commit 69d1f64

Please sign in to comment.