This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] elfutils.spec: Add BuildRequires: curl


As the buildbot just pointed out...

The run-debuginfod-find.sh now relies on curl to fetch the metrics.

Signed-off-by: Mark Wielaard <mark@klomp.org>
---
 config/ChangeLog        | 4 ++++
 config/elfutils.spec.in | 1 +
 2 files changed, 5 insertions(+)

diff --git a/config/ChangeLog b/config/ChangeLog
index 73643f91..ff004d6e 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -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.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 3cd15ce3..f244f363 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-
-- 
2.20.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]