From 9795c2d0e95399bf2ef1459f91a981b794eb6514 Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 4 Aug 2020 13:56:59 +0800 Subject: [PATCH] fix conflicts error for new version --- dnf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index f0cfda7..67787a7 100644 --- a/dnf.spec +++ b/dnf.spec @@ -2,7 +2,7 @@ Name: dnf Version: 4.2.23 -Release: 1 +Release: 2 Summary: A software package manager that manages packages on Linux distributions. License: GPLv2+ and GPLv2 and GPL URL: https://github.com/rpm-software-management/dnf @@ -18,7 +18,7 @@ Provides: dnf-command(info) dnf-command(install) dnf-command(list) d Provides: dnf-command(mark) dnf-command(provides) dnf-command(reinstall) dnf-command(remove) Provides: dnf-command(repolist) dnf-command(repoquery) dnf-command(repository-packages) Provides: dnf-command(search) dnf-command(updateinfo) dnf-command(upgrade) dnf-command(upgrade-to) -Conflicts: python2-dnf-plugins-core < 4.0.16 python3-dnf-plugins-core < 4.0.16 +Conflicts: python2-dnf-plugins-core < 4.0.6 python3-dnf-plugins-core < 4.0.6 Provides: dnf-data %{name}-conf = %{version}-%{release} %{name}-automatic = %{version}-%{release} Obsoletes: dnf-data %{name}-conf < %{version}-%{release} %{name}-automatic < %{version}-%{release} @@ -187,6 +187,12 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Tue Aug 04 2020 yuboyun - 4.2.23-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix conflicts error for new version + * Tue Apr 28 2020 zhouyihang - 4.2.23-1 - Type:requirement - ID:NA