diff --git a/python-setuptools.changes b/python-setuptools.changes index 9bf3f3b..edbb190 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 30 18:02:32 CEST 2009 - matejcik@suse.cz + +- added noarch for suse > 11.1 + +------------------------------------------------------------------- +Fri Apr 3 15:57:45 CEST 2009 - matejcik@suse.cz + +- fixed spec compatibility with older versions + ------------------------------------------------------------------- Mon Mar 30 13:51:48 CEST 2009 - matejcik@suse.cz diff --git a/python-setuptools.spec b/python-setuptools.spec index 53ed51a..33fccbf 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -28,6 +28,12 @@ BuildRequires: python-base BuildRequires: python-devel Requires: python-devel %endif + +%if 0%{?suse_version} <= 1110 +%else +BuildArch: noarch +%endif + Version: 0.6c9 Release: 10 Summary: Download, build, install, upgrade, and uninstall Python packages -- easily!