summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2021-05-11 15:57:42 -0400
committerFrank Ch. Eigler <fche@redhat.com>2021-05-11 15:57:42 -0400
commit857546d176a36d2b5dc18b81dcafa3fb8ec0123d (patch)
tree0d58703315269ccb31e39e67f0b8caacca0e219b
parent97b3f67682cd6cc0f65a320e6dbba7b3322e995e (diff)
downloadelfutils-857546d176a36d2b5dc18b81dcafa3fb8ec0123d.tar.gz
elfutils.spec: Add procps as a %check BuildRequires:.
On Fedora rawhide, we can no longer just assume ps(1) is there. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
-rw-r--r--config/ChangeLog4
-rw-r--r--config/elfutils.spec.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 5e4c1121..bd7880a0 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-11 Frank Ch. Eigler <fche@redhat.com>
+
+ * elfutils.spec.in: Add procps to BuildRequires: for %check.
+
2021-05-10 Mark Wielaard <mark@klomp.org>
* elfutils.spec.in: Update for 0.184.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 47a6f331..5f7c6c46 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -35,8 +35,9 @@ BuildRequires: pkgconfig(libarchive) >= 3.1.2
# For tests need to bunzip2 test files.
BuildRequires: bzip2
BuildRequires: zstd
-# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss
+# For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss etc.
BuildRequires: iproute
+BuildRequires: procps
BuildRequires: bsdtar
BuildRequires: curl