summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2022-10-27 18:30:37 +0200
committerMark Wielaard <mark@klomp.org>2022-10-27 18:30:37 +0200
commit6f1ec0ef46e067ac5169880317f37223e96c9732 (patch)
treeca6c6dad812841c92c481f2e2e83b21ce7503497
parent85f4c22f60c87bd2f67b241974f1b5f0f355a29b (diff)
downloadelfutils-6f1ec0ef46e067ac5169880317f37223e96c9732.tar.gz
config: Add BuildRequires socat for run-debuginfod-response-headers.sh
Signed-off-by: Mark Wielaard <mark@klomp.org>
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 1265f399..9aadd71f 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2022-10-27 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Add BuildRequires socat.
+
2022-08-17 Martin Liska <mliska@suse.cz>
* debuginfod.service: Add new debuginfod.sysconfig
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 54599159..333c6239 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -40,6 +40,8 @@ BuildRequires: iproute
BuildRequires: procps
BuildRequires: bsdtar
BuildRequires: curl
+# For run-debuginfod-response-headers.sh test case
+BuildRequires: socat
%define _gnu %{nil}
%define _programprefix eu-