From de239357f63dd195ca9a3f17367fada815db9b84 Mon Sep 17 00:00:00 2001 From: lvzhonglin Date: Wed, 16 Oct 2024 09:59:16 +0800 Subject: [PATCH] update description --- dnf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 2a98a04..e2f5472 100644 --- a/dnf.spec +++ b/dnf.spec @@ -3,7 +3,7 @@ Name: dnf Version: 4.14.0 -Release: 22 +Release: 23 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 @@ -47,7 +47,7 @@ Provides: dnf-command(search) dnf-command(updateinfo) dnf-command(up Conflicts: python2-dnf-plugins-core < 4.0.6 python3-dnf-plugins-core < 4.0.6 %description -DNF is a software package manager that installs, updates, and removespackages +DNF is a software package manager that installs, updates, and removes packages on RPM-based Linux distributions. It automatically computes dependencies and determines the actions required to install packages.DNF also makes it easier to maintain groups of machines, eliminating the need to manually update each @@ -257,6 +257,9 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Fri Oct 11 2024 lvzhonglin - 4.14.0-23 +- update description + * Sun Sep 08 2024 Funda Wang - 4.14.0-22 - Drop wrong obsolete tag -- Gitee