diff --git a/python-pip.changes b/python-pip.changes index b50f558..83b3c62 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 20 17:58:17 UTC 2010 - nix@opensuse.org + +- Fix error in expression so that package builds (was failing on all targets) + ------------------------------------------------------------------- Fri May 28 01:57:29 UTC 2010 - alexandre@exatati.com.br diff --git a/python-pip.spec b/python-pip.spec index e15b2b6..d6ca774 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -28,7 +28,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %{py_requires} -%if 0%{?suse_version} > 1110} +%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} BuildArch: noarch %endif