diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-10 09:35:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-10 09:35:16 -0500 |
commit | 07ca54fe406a533e70350aa9273d5a3df297f156 (patch) | |
tree | 52b730996cd69191c5a17cc0c8024d6fbba5fd22 | |
parent | bef3e1dc951699d769b7776129a5bd73fce2ff7c (diff) | |
parent | 198c0def002d8a2ddf28d5d15b574af673b95b6e (diff) | |
download | openshift-07ca54fe406a533e70350aa9273d5a3df297f156.tar.gz openshift-07ca54fe406a533e70350aa9273d5a3df297f156.tar.bz2 openshift-07ca54fe406a533e70350aa9273d5a3df297f156.tar.xz openshift-07ca54fe406a533e70350aa9273d5a3df297f156.zip |
Merge pull request #3328 from mwoodson/openshift_ansible_spec
Removing the /usr/bin/ansible-playbook dependency in in the spec file
-rw-r--r-- | openshift-ansible.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 8cec36bb7..0ec12daa0 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -3,6 +3,10 @@ %{!?commit: %global commit c64d09e528ca433832c6b6e6f5c7734a9cc8ee6f } +# This is inserted to prevent RPM from requiring "/usr/bin/ansible-playbook" +# The ansible-playbook requirement will be ansibled by the explicit +# "Requires: ansible" directive +%global __requires_exclude ^/usr/bin/ansible-playbook$ Name: openshift-ansible Version: 3.5.3 |