]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elfutils.spec: Add procps as a %check BuildRequires:.
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 11 May 2021 19:57:42 +0000 (15:57 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 11 May 2021 19:57:42 +0000 (15:57 -0400)
On Fedora rawhide, we can no longer just assume ps(1) is there.

Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
config/ChangeLog
config/elfutils.spec.in

index 5e4c11213342c3770b0ed259afe998e7f3dafa29..bd7880a004a576a630acebec01e8067ca68b7579 100644 (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.
index 47a6f331f2f3c415ed88c91ec79abd0a95a1c856..5f7c6c46d09afcb1a392a4aeb3a41f823220a963 100644 (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