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:
parent
85e480ed91
commit
8400cb943e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user