!13 nfs-utils:yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包

From: @lixiaokeng
Reviewed-by: @wubo009
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2020-11-10 19:19:41 +08:00 committed by Gitee
commit 05dca8d835

View File

@ -4,7 +4,7 @@
Name: nfs-utils
Version: 2.5.1
Release: 1
Release: 2
Epoch: 1
Summary: The Linux NFS userland utility package
License: MIT and GPLv2 and GPLv2+ and BSD
@ -26,6 +26,7 @@ BuildRequires: systemd, pkgconfig, rpcgen
Requires: rpcbind, sed, gawk, grep, kmod, keyutils, quota
Requires: libevent libblkid libcap libmount
Requires: libtirpc >= 0.2.3-1 gssproxy => 0.7.0-3
Requires: %{name}-help = %{version}-%{release}
Requires(pre): shadow-utils >= 4.0.3-25
Requires(pre): util-linux
Requires(pre): coreutils
@ -221,6 +222,9 @@ fi
%{_mandir}/*/*
%changelog
* Tue Nov 10 2020 lixiaokeng <lixiaokeng@huawei.com> - 2.5.1-2
- set help package as install requires
* Thu Jul 30 2020 yanglongkang <yanglongkang@huawei.com> - 2.5.1-1
- update to 2.5.1 version