diff --git a/python-psutil.changes b/python-psutil.changes index 8cc8db0..cdf733c 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 19:44:41 UTC 2013 - toddrme2178@gmail.com + +- Fix building on SLES + ------------------------------------------------------------------- Sat Oct 6 23:01:56 UTC 2012 - os-dev@jacraig.com diff --git a/python-psutil.spec b/python-psutil.spec index d16cdaf..8ab9b3b 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: python-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitearch: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif %description