From a8db0bcae122ae55db7e04866ce85ec5f06afe665a65a5cc473790594a694661 Mon Sep 17 00:00:00 2001 From: Antoine Belvire Date: Wed, 16 Mar 2016 19:50:24 +0000 Subject: [PATCH] - Fix build on SLE 11: avoid BuildArch noarch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=2 --- python-zeroconf.changes | 5 +++++ python-zeroconf.spec | 2 ++ 2 files changed, 7 insertions(+) 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,