diff --git a/python-six-doc.spec b/python-six-doc.spec index 5551764..c014945 100644 --- a/python-six-doc.spec +++ b/python-six-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-six-doc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/python-six.changes b/python-six.changes index b34216f..f73e847 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 9 07:45:20 UTC 2016 - olaf@aepfle.de + +- Restore buildarch for SLE_11 to fix build + ------------------------------------------------------------------- Tue Jan 19 09:07:19 UTC 2016 - toddrme2178@gmail.com diff --git a/python-six.spec b/python-six.spec index 3eb9464..8124b94 100644 --- a/python-six.spec +++ b/python-six.spec @@ -1,7 +1,7 @@ # # spec file for package python-six # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-six Version: 1.10.0 Release: 0 @@ -30,7 +31,9 @@ BuildRequires: python-argparse Requires: python-argparse %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif +%if 0%{?suse_version} > 1110 BuildArch: noarch +%endif %description Six is a Python 2 and 3 compatibility library. It provides utility