forked from pool/python-zeroconf
- 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:
committed by
Git OBS Bridge
parent
41dbff4282
commit
a8db0bcae1
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user