From 9af529ef1f5ba323b33f67e67dd498650ed70238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Tue, 13 Aug 2024 11:29:12 +0800 Subject: [PATCH] Fixed incorrect macro within the automatic subpackage --- dnf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 3a5a264..a9bf6b4 100644 --- a/dnf.spec +++ b/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 @@ -84,7 +84,7 @@ Provides: %{name}-conf = %{version}-%{release} 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 +*Tue Aug 13 2024 liyuzhe - 4.16.2-6 +- Fixed incorrect macro within the automatic subpackage + * 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 -- Gitee