summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-03-19 09:03:50 +0000
committerFrediano Ziglio <fziglio@redhat.com>2019-03-19 10:29:59 +0000
commite71839bbedcfcdac52814b575572a536e364c9c2 (patch)
tree2722c36837d230331a35d628625b7f8070ed22aa
parent30bccaecced94f6d92f4516b3ac85897e03fdee2 (diff)
Add compiler dependency to SPEC file
Required since Fedora 29. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--latency.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/latency.spec.in b/latency.spec.in
index 8a5a1d7..2f2556a 100644
--- a/latency.spec.in
+++ b/latency.spec.in
@@ -8,6 +8,8 @@ License: GPLv2
URL: https://github.com/freddy77/latency
Source0: latency-%{version}.tar.gz
+BuildRequires: %{__cc}
+
%description
This project provide an utility to help testing environments with high
latency and low bandwidth.