From c74a58b095defb130a633813358017556b300d82 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sat, 2 May 2020 10:07:26 +0200 Subject: [PATCH] Related: #1829180 - add BuildRequires for hostname It is used by the test-suite but it is missing in armv7hl buildroot. --- curl.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/curl.spec b/curl.spec index c7fe7d8..f75467c 100644 --- a/curl.spec +++ b/curl.spec @@ -59,6 +59,9 @@ BuildRequires: perl(warnings) # gnutls-serv is used by the upstream test-suite BuildRequires: gnutls-utils +# hostname(1) is used by the test-suite but it is missing in armv7hl buildroot +BuildRequires: hostname + # nghttpx (an HTTP/2 proxy) is used by the upstream test-suite BuildRequires: nghttp2