From bfbcbcf864fc642687b8586f8bf28e0ca64673d1bfc19721f612c2fc737c6528 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 6 Sep 2023 12:37:42 +0000 Subject: [PATCH] Accepting request 1109260 from home:dimstar:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/1109260 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=160 --- python-psutil.changes | 7 +++++++ python-psutil.spec | 1 + 2 files changed, 8 insertions(+) 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}