Accepting request 295381 from home:frispete:python

- openSUSE versions up to 12.2 are affected as well from:
  AssertionError: error: must supply either home or prefix/exec-prefix -- not both
  raise version check of applying fix-sle11-test-failure.patch accordingly

OBS-URL: https://build.opensuse.org/request/show/295381
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=73
This commit is contained in:
Denisart Benjamin 2015-04-11 16:57:39 +00:00 committed by Git OBS Bridge
parent 7b0a3c58a6
commit 4b4e92c0f1
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Apr 11 08:24:29 UTC 2015 - hpj@urpla.net
- openSUSE versions up to 12.2 are affected as well from:
AssertionError: error: must supply either home or prefix/exec-prefix -- not both
raise version check of applying fix-sle11-test-failure.patch accordingly
-------------------------------------------------------------------
Fri Mar 27 14:30:44 UTC 2015 - tbechtold@suse.com

View File

@ -63,7 +63,7 @@ especially ones that have dependencies on other packages.
%setup -q -n setuptools-%{version}
%patch1 -p1
%patch2 -p1
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%if 0%{?suse_version} && 0%{?suse_version} <= 1220
%patch3 -p1
%endif
find . -type f -name "*.orig" -delete