Minor newlines changes to consistently separate individual sections
This commit is contained in:
parent
f251ff1be7
commit
5e48a77b0f
@ -39,7 +39,6 @@ ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
|||||||
%package -n python%{python3_pkgversion}-psutil
|
%package -n python%{python3_pkgversion}-psutil
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-psutil
|
%description -n python%{python3_pkgversion}-psutil
|
||||||
psutil is a module providing an interface for retrieving information on all
|
psutil is a module providing an interface for retrieving information on all
|
||||||
running processes and system utilization (CPU, memory, disks, network, users) in
|
running processes and system utilization (CPU, memory, disks, network, users) in
|
||||||
@ -47,6 +46,7 @@ a portable way by using Python 3, implementing many functionalities offered by
|
|||||||
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
|
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
|
||||||
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
||||||
|
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-psutil-tests
|
%package -n python%{python3_pkgversion}-psutil-tests
|
||||||
Summary: %{summary}, test suite
|
Summary: %{summary}, test suite
|
||||||
Requires: python%{python3_pkgversion}-psutil%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: python%{python3_pkgversion}-psutil%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
@ -54,6 +54,7 @@ Requires: python%{python3_pkgversion}-psutil%{?_isa} = %{?epoch:%{epoch}:}
|
|||||||
%description -n python%{python3_pkgversion}-psutil-tests
|
%description -n python%{python3_pkgversion}-psutil-tests
|
||||||
The test suite for psutil.
|
The test suite for psutil.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n psutil-release-%{version}
|
%autosetup -p1 -n psutil-release-%{version}
|
||||||
|
|
||||||
@ -81,7 +82,6 @@ done
|
|||||||
# Ignore tests when building with flatpak-module-tools to avoid build failures
|
# Ignore tests when building with flatpak-module-tools to avoid build failures
|
||||||
# when building inside VMs or containers. Flatpaks would usually build this package
|
# when building inside VMs or containers. Flatpaks would usually build this package
|
||||||
# as dependency from stable and already tested branches.
|
# as dependency from stable and already tested branches.
|
||||||
|
|
||||||
%if ! 0%{?flatpak}
|
%if ! 0%{?flatpak}
|
||||||
%check
|
%check
|
||||||
# Setting APPVEYOR to convince the test suite this is a CI.
|
# Setting APPVEYOR to convince the test suite this is a CI.
|
||||||
|
Loading…
Reference in New Issue
Block a user