diff --git a/python-psutil.changes b/python-psutil.changes index 40ed0ff..63bf3b1 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Sep 6 11:23:59 UTC 2023 - Dominique Leuenberger + +- BuildRequire /usr/bin/who: called by the test suite. With + coreutils 9.4 'who' is no longer part of the main package but is + shipped as part of coreutils-systemd. + ------------------------------------------------------------------- Wed Aug 23 09:40:44 UTC 2023 - Alberto Planas Dominguez diff --git a/python-psutil.spec b/python-psutil.spec index 37cad1c..619d966 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -48,6 +48,7 @@ Requires: procps BuildRequires: systemd BuildRequires: systemd-devel %if %{with test} +BuildRequires: /usr/bin/who BuildRequires: net-tools BuildRequires: procps %if %{with python2}