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 a57a176 commit ad0a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf-plugins-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

%define __cmake_in_source_build 1

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

%if (0%{?fedora} && 0%{?fedora} >= 41) || (0%{?rhel} && 0%{?rhel} >= 10)
%bcond_with debug_plugin
Expand Down

0 comments on commit ad0a592

Please sign in to comment.