From c37b5715fdd28e3dc06f2c4eb4ca799aaaf5fb79 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 13:51:36 +0000 Subject: Add missing BuildRequires on gcc make: cc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604375 Signed-off-by: Igor Gnatenko --- diff --git a/ioping.spec b/ioping.spec index 00a6a93..86f1783 100644 --- a/ioping.spec +++ b/ioping.spec @@ -6,6 +6,7 @@ License: GPLv3+ URL: https://github.com/koct9i/ioping Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc %description ioping lets you monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.