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

From: @jl_git
Reviewed-by: @jeff200902,@small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-11-09 19:29:25 +08:00 committed by Gitee
commit 8317b096cc

View File

@ -1,6 +1,6 @@
Name: nvme-cli
Version: 1.6
Release: 2
Release: 3
Summary: NVMe management command line interface
License: GPLv2+
@ -8,6 +8,7 @@ URL: https://github.com/linux-nvme/nvme-cli
Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
BuildRequires: libuuid-devel gcc
Requires: nvme-cli-help
%description
nvme-cli provides NVM-Express user space tooling for Linux.
@ -33,5 +34,8 @@ nvme-cli provides NVM-Express user space tooling for Linux.
%{_mandir}/man1/nvme*.gz
%changelog
* Fri Nov 6 2019 mengxian@huawei.com - 1.6-3
- add help for Requires
* Tue Nov 19 2019 mengxian@huawei.com - 1.6-2
- Package init