6.1.1
Some checks failed
Run CI/CD... / main (push) Failing after 7s

This commit is contained in:
Your Name 2025-02-11 07:50:01 +00:00
parent bde1076fe7
commit a609263a05

View file

@ -23,23 +23,26 @@ BuildRequires: pkgconfig(python-3.8)
BuildRequires: python38-setuptools BuildRequires: python38-setuptools
%description %description
psutil is a module providing an interface for retrieving information on all psutil is a module providing an interface for retrieving
running processes and system utilization (CPU, memory, disks, network, users) in information on all running processes and system utilization
a portable way by using Python, implementing many functionalities offered by (CPU, memory, disks, network, users) in a portable way by
command line tools such as: ps, top, df, kill, free, lsof, free, netstat, using Python, implementing many functionalities offered by
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap. command line tools such as: ps, top, df, kill, free, lsof,
free, netstat, ifconfig, nice, ionice, iostat, iotop, uptime,
pidof, tty, who, taskset, pmap.
%package -n python38-psutil %package -n python38-psutil
Summary: %{sum} Summary: %{sum}
Group: Development/Python Group: Development/Python
%description -n python38-psutil %description -n python38-psutil
psutil is a module providing an interface for retrieving information on all psutil is a module providing an interface for retrieving
running processes and system utilization (CPU, memory, disks, network, users) in information on all running processes and system utilization
a portable way by using Python 3, implementing many functionalities offered by (CPU, memory, disks, network, users) in a portable way by.
command line tools such as: ps, top, df, kill, free, lsof, free, netstat, using Python, implementing many functionalities offered by
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap. command line tools such as: ps, top, df, kill, free, lsof,.
free, netstat, ifconfig, nice, ionice, iostat, iotop, uptime,
pidof, tty, who, taskset, pmap.
%prep %prep
%setup -qn %{srcname}-release-%{version} %setup -qn %{srcname}-release-%{version}