add help for Ruquires

This commit is contained in:
jialei 2020-11-06 15:50:32 +08:00
parent 6d32454bcc
commit c5892d2656

View File

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