14
0

- 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
This commit is contained in:
Antoine Belvire
2016-03-16 19:50:24 +00:00
committed by Git OBS Bridge
parent 41dbff4282
commit a8db0bcae1
2 changed files with 7 additions and 0 deletions

View File

@@ -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 Wed Mar 16 17:41:13 UTC 2016 - antoine.belvire@laposte.net

View File

@@ -32,7 +32,9 @@ Requires: python-enum34
Requires: python-netifaces Requires: python-netifaces
Requires: python-six Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1110
BuildArch: noarch BuildArch: noarch
%endif
%description %description
This is fork of pyzeroconf, Multicast DNS Service Discovery for Python, This is fork of pyzeroconf, Multicast DNS Service Discovery for Python,