!239 【轻量级 PR】:Fixed incorrect macro within the automatic subpackage

From: @liyuzhe_046 
Reviewed-by: @anonymous_z 
Signed-off-by: @anonymous_z
This commit is contained in:
openeuler-ci-bot 2024-08-31 08:50:52 +00:00 committed by Gitee
commit 1c2845ea7f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: dnf Name: dnf
Version: 4.14.0 Version: 4.14.0
Release: 20 Release: 21
Summary: A software package manager that manages packages on Linux distributions. Summary: A software package manager that manages packages on Linux distributions.
License: GPL-2.0-or-later AND GPL-1.0-only License: GPL-2.0-or-later AND GPL-1.0-only
URL: https://github.com/rpm-software-management/dnf URL: https://github.com/rpm-software-management/dnf
@ -86,7 +86,7 @@ Provides: %{name}-conf = %{version}-%{release}
Common data and configuration files for DNF Common data and configuration files for DNF
%package automatic %package automatic
Summary: %{pkg_summary} - automated upgrades Summary: Package manager - automated upgrades
BuildRequires: systemd BuildRequires: systemd
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%{?systemd_requires} %{?systemd_requires}
@ -257,6 +257,9 @@ popd
%{_mandir}/man8/%{name}-automatic.8* %{_mandir}/man8/%{name}-automatic.8*
%changelog %changelog
*Tue Aug 13 2024 liyuzhe <liyuzhe@cqsoftware.com.cn> - 4.14.0-21
- Fixed incorrect macro within the automatic subpackage
* Wed Jul 17 2024 LuWu <2398491106@qq.com> - 4.14.0-20 * Wed Jul 17 2024 LuWu <2398491106@qq.com> - 4.14.0-20
- Limit queries to nevra forms when provided by command and Update the man page entry for the countme option - Limit queries to nevra forms when provided by command and Update the man page entry for the countme option