From 7085689cf824ff6683174f295c24db9f9e7713a1 Mon Sep 17 00:00:00 2001 From: quanhongfei <2506045831@qq.com> Date: Sat, 7 Nov 2020 17:15:51 +0800 Subject: [PATCH] add dnf-help dependency for dnf --- dnf.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dnf.spec b/dnf.spec index 4de0c11..44ac673 100644 --- a/dnf.spec +++ b/dnf.spec @@ -2,7 +2,7 @@ Name: dnf Version: 4.2.23 -Release: 1 +Release: 2 Summary: A software package manager that manages packages on Linux distributions. License: GPLv2+ and GPLv2 and GPL URL: https://github.com/rpm-software-management/dnf @@ -10,7 +10,7 @@ Source0: https://github.com/rpm-software-management/dnf/archive/%{v BuildArch: noarch BuildRequires: cmake gettext systemd bash-completion python3-sphinx -Requires: python3-%{name} = %{version}-%{release} libreport-filesystem +Requires: python3-%{name} = %{version}-%{release} libreport-filesystem %{name}-help Recommends: (%{_bindir}/sqlite3 if bash-completion) (python3-dbus if NetworkManager) Provides: dnf-command(alias) dnf-command(autoremove) dnf-command(check-update) dnf-command(clean) Provides: dnf-command(distro-sync) dnf-command(downgrade) dnf-command(group) dnf-command(history) @@ -196,6 +196,12 @@ popd %{_mandir}/man8/%{name}-automatic.8* %changelog +* Mon Nov 09 2020 quanhongfei - 4.2.23-2 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:add dnf-help dependency for dnf + * Sat Aug 29 2020 openEuler Buildteam - 4.2.23-1 - Type:enhancement - ID:NA