From 98f549f44ec6b4287c71d2b33e84367640bf505d Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 14 Aug 2024 17:15:49 +0800 Subject: [PATCH] Drop wrong obsolete tag (cherry picked from commit 26600652cc536b673e3244c068ffb8dbcec35806) --- dnf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 98ade18..2a98a04 100644 --- a/dnf.spec +++ b/dnf.spec @@ -3,7 +3,7 @@ Name: dnf Version: 4.14.0 -Release: 21 +Release: 22 Summary: A software package manager that manages packages on Linux distributions. License: GPL-2.0-or-later AND GPL-1.0-only URL: https://github.com/rpm-software-management/dnf @@ -79,7 +79,7 @@ Python 3 interface to DNF. %package data Summary: Common data and configuration files for DNF Requires: libreport-filesystem -Obsoletes: %{name}-conf < %{version}-%{release} %{name} < %{version}-%{release} +Obsoletes: %{name}-conf < %{version}-%{release} Provides: %{name}-conf = %{version}-%{release} %description data @@ -257,6 +257,9 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Sun Sep 08 2024 Funda Wang - 4.14.0-22 +- Drop wrong obsolete tag + *Tue Aug 13 2024 liyuzhe - 4.14.0-21 - Fixed incorrect macro within the automatic subpackage