diff --git a/python-tzlocal.changes b/python-tzlocal.changes index db9437e..a5fde50 100644 --- a/python-tzlocal.changes +++ b/python-tzlocal.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com + +- Fix building on SLES 11 + ------------------------------------------------------------------- Tue Jun 9 09:20:46 UTC 2015 - jkeil@suse.de diff --git a/python-tzlocal.spec b/python-tzlocal.spec index 3862288..4bdc55e 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -25,15 +25,14 @@ License: CC0-1.0 Group: Development/Libraries/Python Url: https://github.com/regebro/%{modname} Source: http://pypi.python.org/packages/source/t/%{modname}/%{modname}-%{version}.tar.gz - BuildRequires: fdupes BuildRequires: python-pytz BuildRequires: python-setuptools - Requires: python-pytz - BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} && 0%{?suse_version} > 1110 BuildArch: noarch +%endif %description This Python module returns a tzinfo object with the local timezone information