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
|
||||
Summary: %{summary}
|
||||
|
||||
|
||||
%description -n python%{python3_pkgversion}-psutil
|
||||
psutil is a module providing an interface for retrieving information on all
|
||||
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,
|
||||
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
||||
|
||||
|
||||
%package -n python%{python3_pkgversion}-psutil-tests
|
||||
Summary: %{summary}, test suite
|
||||
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
|
||||
The test suite for psutil.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n psutil-release-%{version}
|
||||
|
||||
@ -81,7 +82,6 @@ done
|
||||
# Ignore tests when building with flatpak-module-tools to avoid build failures
|
||||
# when building inside VMs or containers. Flatpaks would usually build this package
|
||||
# as dependency from stable and already tested branches.
|
||||
|
||||
%if ! 0%{?flatpak}
|
||||
%check
|
||||
# Setting APPVEYOR to convince the test suite this is a CI.
|
||||
|
Loading…
Reference in New Issue
Block a user