diff --git a/python-psutil.changes b/python-psutil.changes index fa2a2b3..4a13e11 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 10:40:19 UTC 2024 - Fabian Vogt + +- BuildRequire pkgconfig(libsystemd) instead of full systemd + ------------------------------------------------------------------- Wed Dec 27 13:53:57 UTC 2023 - Dirk Müller diff --git a/python-psutil.spec b/python-psutil.spec index f53dc4b..5d9ee1f 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,8 +43,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: procps -BuildRequires: systemd -BuildRequires: systemd-devel +BuildRequires: pkgconfig(libsystemd) %if %{with test} %if 0%{?suse_version} > 1500 BuildRequires: /usr/bin/who