From b7e4766fdc35faf0e385ca02f89015edd595759f Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Mar 2024 13:44:58 -0400 Subject: [PATCH] ELN: Don't obsolete DNF with DNF5 yet Matches https://github.com/rpm-software-management/dnf5/pull/1309 for DNF 5. Signed-off-by: Stephen Gallagher --- dnf.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnf.spec b/dnf.spec index 33bfb28ac1..bda25b6c52 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} > 41 || 0%{?rhel} > 10] +%bcond dnf5_obsoletes_dnf %[0%{?fedora} > 41 || 0%{?rhel} > 11] # override dependencies for rhel 7 %if 0%{?rhel} == 7