From 3f548aeeac2fb551e5fb5b6ec815b821a88c6fe1 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 25 Apr 2013 08:01:37 +0000 Subject: [PATCH] - require python-pyzmq on (open)SUSE OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=9 --- ansible.changes | 5 +++++ ansible.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ansible.changes b/ansible.changes index f6b5d84..496d504 100644 --- a/ansible.changes +++ b/ansible.changes @@ -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 diff --git a/ansible.spec b/ansible.spec index 978090a..b1bb5ea 100644 --- a/ansible.spec +++ b/ansible.spec @@ -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