From 6d191905b713d061d57b6761ee68b232075f3d3b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 10 Feb 2018 15:45:54 +0100 Subject: [PATCH] Conflict with any yum-utils Signed-off-by: Igor Gnatenko --- dnf-plugins-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 65ccdf3..2c5e20d 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -11,7 +11,7 @@ Name: dnf-plugins-core Version: 2.1.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Core Plugins for DNF License: GPLv2+ URL: https://github.com/rpm-software-management/dnf-plugins-core @@ -122,7 +122,7 @@ reposync commands. Additionally provides generate_completion_cache passive plugi %endif %package -n dnf-utils -Conflicts: yum-utils < 1.1.31-513 +Conflicts: yum-utils Requires: dnf >= %{dnf_lowest_compatible} Requires: %{name} = %{version}-%{release} %if %{with python3} @@ -495,6 +495,9 @@ PYTHONPATH=./plugins nosetests-%{python3_version} -s tests/ %endif %changelog +* Sat Feb 10 2018 Igor Gnatenko - 2.1.5-4 +- Conflict with any yum-utils + * Fri Feb 09 2018 Igor Gnatenko - 2.1.5-3 - Escape macros in %%changelog