diff --git a/python3-psutil.changes b/python3-psutil.changes index c43ec1c..37ab533 100644 --- a/python3-psutil.changes +++ b/python3-psutil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 13:47:34 UTC 2012 - toddrme2178@gmail.com + +- Removed openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Sat Oct 6 23:01:56 UTC 2012 - os-dev@jacraig.com diff --git a/python3-psutil.spec b/python3-psutil.spec index 0f57568..78d9d9c 100644 --- a/python3-psutil.spec +++ b/python3-psutil.spec @@ -29,15 +29,7 @@ BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute BuildRoot: %{_tmppath}/%{name}-%{version}-build - -%if 0%{?suse_version} <= 1140 -%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)")} -%endif Requires: python(abi) = %{py3_ver} -%if 0%{?suse_version} && 0%{?suse_version} > 1140 -BuildRequires: python3-base -%endif %description A graphical interface that lets you easily analyze and introspect unaltered running Python processes.