SHA256
1
0
forked from pool/python-pip

Fix error in expression so that package builds (was failing on all targets)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=5
This commit is contained in:
Peter Nixon 2010-06-20 17:58:56 +00:00 committed by Git OBS Bridge
parent 85e480ed91
commit 8400cb943e
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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