diff --git a/python-psutil.spec b/python-psutil.spec index edc201b..da3f00e 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,6 +1,6 @@ Name: python-psutil Version: 5.7.0 -Release: 1mamba +Release: 2mamba Summary: A cross-platform process and system utilities module for Python Group: System/Libraries Vendor: openmamba @@ -40,6 +40,10 @@ psutil is a module providing an interface for retrieving information on all runn It currently supports Linux, Windows, OSX and FreeBSD, both 32-bit and 64-bit, with Python versions from 2.4 to 3.3 by using a single code base. Pypy is also known to work. +%if 0%{?with_pyver} +%pyver_package +%endif + %prep %setup -q -n psutil-%{version} @@ -58,11 +62,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc CREDITS LICENSE %changelog +* Wed Mar 18 2020 Silvan Calarco 5.7.0-2mamba +- rebuilt with python3 and python36 packages + * Sun Feb 23 2020 Automatic Build System 5.7.0-1mamba - automatic version update by autodist