diff --git a/nvme-cli.spec b/nvme-cli.spec index 2518311..81f27f4 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -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