From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94624 invoked by alias); 25 Nov 2019 22:22:47 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 94578 invoked by uid 89); 25 Nov 2019 22:22:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-18.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS,URIBL_SBL autolearn=ham version=3.3.1 spammy=2201, HContent-Transfer-Encoding:8bit X-Spam-Status: No, score=-18.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_PASS,URIBL_SBL autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Received: from wildebeest.demon.nl (HELO gnu.wildebeest.org) (212.238.236.112) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Nov 2019 22:22:44 +0000 Received: from librem (deer0x15.wildebeest.org [172.31.17.151]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 2A045302BBFD; Mon, 25 Nov 2019 23:22:41 +0100 (CET) Received: by librem (Postfix, from userid 1000) id 58007C0149; Mon, 25 Nov 2019 23:22:35 +0100 (CET) From: Mark Wielaard To: elfutils-devel@sourceware.org Cc: Mark Wielaard Subject: [COMMITTED] elfutils.spec: Add BuildRequires: curl Date: Mon, 25 Nov 2019 22:22:00 -0000 Message-Id: <20191125222232.36172-1-mark@klomp.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Flag: NO X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00212.txt.bz2 As the buildbot just pointed out... The run-debuginfod-find.sh now relies on curl to fetch the metrics. Signed-off-by: Mark Wielaard --- 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 + + * 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 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