From: Mark Wielaard Date: Mon, 25 Nov 2019 22:20:35 +0000 (+0100) Subject: elfutils.spec: Add BuildRequires: curl X-Git-Tag: elfutils-0.178~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edf79a4bbc80b35f40abce73986dc6d6e10d40bc;p=thirdparty%2Felfutils.git elfutils.spec: Add BuildRequires: curl The run-debuginfod-find.sh now relies on curl to fetch the metrics. Signed-off-by: Mark Wielaard --- diff --git a/config/ChangeLog b/config/ChangeLog index 73643f919..ff004d6e9 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2019-11-25 Mark Wielaard + + * elfutils.spec.in: Add BuildRequires curl. + 2019-10-28 Frank Ch. Eigler * eu.am (AM_CXXFLAGS): Clone & amend AM_CFLAGS for c++11 code. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 3cd15ce3d..f244f3639 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -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-