From b02748b77ced4b37ec8176791f07f2960c2778d4 Mon Sep 17 00:00:00 2001 From: Neal Gompa <ngompa13@gmail.com> Date: Sat, 4 Apr 2020 20:26:18 -0400 Subject: [PATCH] Raise minimum version of DNF to 4.2.6 and drop conflicts The minimum verified version this worked with was DNF 4.2.6 but there is no longer an expectation that the Python API should significantly break with new major versions. Also, we're removing conflicts to upcoming major versions. If it becomes a problem, we can re-add them... --- dnfdaemon.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dnfdaemon.spec b/dnfdaemon.spec index bcb1b29..7cedf9a 100644 --- a/dnfdaemon.spec +++ b/dnfdaemon.spec @@ -1,6 +1,5 @@ %global dnf_org org.baseurl.Dnf -%global dnf_version 3.0.0 -%global dnf_nocompat 4 +%global dnf_version 4.2.6 Name: dnfdaemon Version: 0.3.19 @@ -30,7 +29,6 @@ Requires: python3-gobject %endif Requires: python3-dbus Requires: python3-dnf >= %{dnf_version} -Conflicts: python3-dnf >= %{dnf_nocompat} Requires: polkit -- GitLab