From 5e5f635c2d69f26f8d95aea9c824ff32eadeaa5b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:21:12 +0000 Subject: Add missing BuildRequires on gcc make: cc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1605268 Signed-off-by: Igor Gnatenko --- diff --git a/nvme-cli.spec b/nvme-cli.spec index 4b38afd..b003f4e 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -11,6 +11,7 @@ URL: https://github.com/linux-nvme/nvme-cli #Source0: https://github.com/linux-nvme/%{name}/archive/%{commit0}.tar.gz Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz +BuildRequires: gcc BuildRequires: libuuid-devel BuildRequires: gcc