From 8400cb943e602654f255a7758fbf484791c788ed00136e05fcf1b64fac0d2eb5 Mon Sep 17 00:00:00 2001 From: Peter Nixon Date: Sun, 20 Jun 2010 17:58:56 +0000 Subject: [PATCH] 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 --- python-pip.changes | 5 +++++ python-pip.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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