diff options
author | Jeff Cantrill <jcantril@redhat.com> | 2017-01-23 14:09:24 -0500 |
---|---|---|
committer | Jeff Cantrill <jcantril@redhat.com> | 2017-01-23 14:09:24 -0500 |
commit | 92f1cf87eb20254d9da77306aa598506000b159b (patch) | |
tree | 15e2ee2c70da545a52a840ba2ac378ebc1c8da79 /openshift-ansible.spec | |
parent | c24aec308f515dd7a1ae09d35cd95617530615b9 (diff) | |
download | openshift-92f1cf87eb20254d9da77306aa598506000b159b.tar.gz openshift-92f1cf87eb20254d9da77306aa598506000b159b.tar.bz2 openshift-92f1cf87eb20254d9da77306aa598506000b159b.tar.xz openshift-92f1cf87eb20254d9da77306aa598506000b159b.zip |
fixes BZ-1414625. Check for httpd-tools and java before install
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index a2940e001..ebb555032 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -18,6 +18,7 @@ Requires: python2 Requires: python-six Requires: tar Requires: openshift-ansible-docs = %{version}-%{release} +Requires: httpd-tools %description Openshift and Atomic Enterprise Ansible |