diff --git a/python-psutil.spec b/python-psutil.spec index b4f89f9..633a4ae 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -41,7 +41,7 @@ A graphical interface that lets you easily analyze and introspect unaltered runn %prep %setup -q -n psutil-%{version} # Remove shebangs -# sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py} +sed -i "1d" psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psosx.py,_psposix.py,_pssunos.py,_pswindows.py} %build python setup.py build @@ -49,8 +49,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%check # not working due to lack of root priveleges +# %check # make test # make memtest