- require python-pyzmq on (open)SUSE
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=9
This commit is contained in:
parent
9fbd8ba61c
commit
3f548aeeac
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 08:01:24 UTC 2013 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- require python-pyzmq on (open)SUSE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 18 07:42:43 UTC 2013 - lars@linux-schulserver.de
|
Thu Apr 18 07:42:43 UTC 2013 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
@ -93,10 +93,14 @@ Requires: python26-zmq
|
|||||||
#
|
#
|
||||||
%else
|
%else
|
||||||
Requires: python-keyczar
|
Requires: python-keyczar
|
||||||
|
%endif
|
||||||
|
# (open)SUSE
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Requires: python-pyzmq
|
||||||
|
%else
|
||||||
Requires: python-zmq
|
Requires: python-zmq
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description fireball
|
%description fireball
|
||||||
Ansible can optionally use a 0MQ based transport mechanism, which is
|
Ansible can optionally use a 0MQ based transport mechanism, which is
|
||||||
considerably faster than the standard ssh mechanism when there are
|
considerably faster than the standard ssh mechanism when there are
|
||||||
|
Loading…
Reference in New Issue
Block a user