From dabf5ddfd8284a50683a374cf12b28fb173033f5 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Tue, 6 Jun 2023 15:00:41 +0200 Subject: [PATCH] dnf-data: depend on /etc/dnf/dnf.conf, not libdnf5 --- dnf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 522222b..330df16 100644 --- a/dnf.spec +++ b/dnf.spec @@ -66,7 +66,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPL-2.0-or-later AND GPL-1.0-only @@ -96,7 +96,7 @@ Conflicts: python3-dnf-plugins-extras-common < %{conflicts_dnf_plugins_extr Summary: Common data and configuration files for DNF Requires: libreport-filesystem %if 0%{?fedora} > 38 -Requires: libdnf5 +Requires: /etc/dnf/dnf.conf %endif Obsoletes: %{name}-conf <= %{version}-%{release} Provides: %{name}-conf = %{version}-%{release} @@ -377,6 +377,9 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Tue Jun 06 2023 Jan Kolarik - 4.16.1-2 +- dnf-data: depend on /etc/dnf/dnf.conf, not libdnf5 + * Mon May 29 2023 Jan Kolarik - 4.16.1-1 - Update to 4.16.1 - DNF5 should not deprecate DNF on Fedora 38