- 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:
Lars Vogdt 2013-04-25 08:01:37 +00:00 committed by Git OBS Bridge
parent 9fbd8ba61c
commit 3f548aeeac
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -93,10 +93,14 @@ Requires: python26-zmq
#
%else
Requires: python-keyczar
%endif
# (open)SUSE
%if 0%{?suse_version}
Requires: python-pyzmq
%else
Requires: python-zmq
%endif
%description fireball
Ansible can optionally use a 0MQ based transport mechanism, which is
considerably faster than the standard ssh mechanism when there are