Drop wrong obsolete tag
(cherry picked from commit 6a01ac7f19f1ac27826af3761dbb9a44cdd027a6)
This commit is contained in:
parent
b5ea1fc594
commit
ab5da36446
9
dnf.spec
9
dnf.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: dnf
|
||||
Version: 4.16.2
|
||||
Release: 5
|
||||
Release: 6
|
||||
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
|
||||
@ -77,14 +77,14 @@ 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
|
||||
Common data and configuration files for DNF
|
||||
|
||||
%package automatic
|
||||
Summary: %{pkg_summary} - automated upgrades
|
||||
Summary: Package manager - automated upgrades
|
||||
BuildRequires: systemd
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
%{?systemd_requires}
|
||||
@ -258,6 +258,9 @@ popd
|
||||
%{_mandir}/man8/%{name}-automatic.8*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 14 2024 Funda Wang <fundawang@yeah.net> - 4.16.2-6
|
||||
- Drop wrong obsolete tag
|
||||
|
||||
* Thu Jul 25 2024 LuWu <2398491106@qq.com> - 4.16.2-5
|
||||
- Limit queries to nevra forms when provided by command and Update the man page entry for the countme option
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user