elfutils.spec: Add BuildRequires: curl
authorMark Wielaard <mark@klomp.org>
Mon, 25 Nov 2019 22:20:35 +0000 (23:20 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 25 Nov 2019 22:20:35 +0000 (23:20 +0100)
The run-debuginfod-find.sh now relies on curl to fetch the metrics.

Signed-off-by: Mark Wielaard <mark@klomp.org>
config/ChangeLog
config/elfutils.spec.in

index 73643f9..ff004d6 100644 (file)
@@ -1,3 +1,7 @@
+2019-11-25  Mark Wielaard  <mark@klomp.org>
+
+       * elfutils.spec.in: Add BuildRequires curl.
+
 2019-10-28  Frank Ch. Eigler  <fche@redhat.com>
 
        * eu.am (AM_CXXFLAGS): Clone & amend AM_CFLAGS for c++11 code.
index 3cd15ce..f244f36 100644 (file)
@@ -42,6 +42,7 @@ BuildRequires: pkgconfig(sqlite3) >= 3.7.17
 BuildRequires: pkgconfig(libarchive) >= 3.1.2
 # for the run-debuginfod-find.sh test case in %check for /usr/sbin/ss
 BuildRequires: iproute
+BuildRequires: curl
 
 %define _gnu %{nil}
 %define _programprefix eu-