From: Frank Ch. Eigler Date: Tue, 11 May 2021 19:57:42 +0000 (-0400) Subject: elfutils.spec: Add procps as a %check BuildRequires:. X-Git-Tag: elfutils-0.185~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=857546d176a36d2b5dc18b81dcafa3fb8ec0123d;p=thirdparty%2Felfutils.git 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 --- diff --git a/config/ChangeLog b/config/ChangeLog index 5e4c11213..bd7880a00 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2021-05-11 Frank Ch. Eigler + + * elfutils.spec.in: Add procps to BuildRequires: for %check. + 2021-05-10 Mark Wielaard * elfutils.spec.in: Update for 0.184. diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 47a6f331f..5f7c6c46d 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