From c5892d2656cd9fe46ee60ecccd0da794243118e2 Mon Sep 17 00:00:00 2001 From: jialei Date: Fri, 6 Nov 2020 15:50:32 +0800 Subject: [PATCH] add help for Ruquires --- nvme-cli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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