diff --git a/python-zeroconf.changes b/python-zeroconf.changes index ba2d575..557b3fc 100644 --- a/python-zeroconf.changes +++ b/python-zeroconf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 16 19:46:09 UTC 2016 - antoine.belvire@laposte.net + +- Fix build on SLE 11: avoid BuildArch noarch. + ------------------------------------------------------------------- Wed Mar 16 17:41:13 UTC 2016 - antoine.belvire@laposte.net diff --git a/python-zeroconf.spec b/python-zeroconf.spec index 2ddb542..e9a2178 100644 --- a/python-zeroconf.spec +++ b/python-zeroconf.spec @@ -32,7 +32,9 @@ Requires: python-enum34 Requires: python-netifaces Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1110 BuildArch: noarch +%endif %description This is fork of pyzeroconf, Multicast DNS Service Discovery for Python,