!34 在dnf主包中添加help包的依赖

From: @quanhongfei
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
This commit is contained in:
openeuler-ci-bot 2020-11-10 18:56:18 +08:00 committed by Gitee
commit fad537f5f1

View File

@ -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 <quanhongfei@huawei.com> - 4.2.23-2
- Type:requirement
- ID:NA
- SUG:NA
- DESC:add dnf-help dependency for dnf
* Sat Aug 29 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.2.23-1
- Type:enhancement
- ID:NA