From 714296bb4abdf361d6a0ca4e56faa902596377aff68333cd41cd79c6571efae1 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 21:56:01 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=13 --- python-psutil.changes | 5 +++++ 1 file changed, 5 insertions(+) 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 From 79896797218ba45c76dd8d564932f71f1444a4f303b4a7c424af3d6457b39991 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 21:57:40 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=14 --- python-psutil.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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