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>
This commit is contained in:
Frank Ch. Eigler
2021-05-11 15:57:42 -04:00
parent 97b3f67682
commit 857546d176
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -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.
+2 -1
View File
@@ -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