From 69d1f641cda28fc543846524d15ec7291baf3e5a Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 20 Nov 2024 19:21:54 -0500 Subject: [PATCH] spec: toggle dnf5_obsoletes_dnf for RHEL 11 Fedora 41 has completed the migration to DNF5, so ELN (the future RHEL 11) is now ready to follow suit. --- dnf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnf.spec b/dnf.spec index 99e0510c53..a1948ebd35 100644 --- a/dnf.spec +++ b/dnf.spec @@ -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