diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-11 15:48:34 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2017-12-11 15:48:34 -0500 |
commit | dc53739d955c77636319255c9df74e44930ab2c1 (patch) | |
tree | cedc360a4614e9b69caf69c8d0d0b1de38eab42d | |
parent | 8a681af4445eed29ed1d56ca64a03b2ab79b5145 (diff) | |
download | openshift-dc53739d955c77636319255c9df74e44930ab2c1.tar.gz openshift-dc53739d955c77636319255c9df74e44930ab2c1.tar.bz2 openshift-dc53739d955c77636319255c9df74e44930ab2c1.tar.xz openshift-dc53739d955c77636319255c9df74e44930ab2c1.zip |
Bump RPM version requirement
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ Install base dependencies: Requirements: -- Ansible >= 2.3.0.0 +- Ansible >= 2.4.1.0 - Jinja >= 2.7 - pyOpenSSL - python-lxml diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 54fe962fb..01601a3df 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -17,7 +17,7 @@ URL: https://github.com/openshift/openshift-ansible Source0: https://github.com/openshift/openshift-ansible/archive/%{commit}/%{name}-%{version}.tar.gz BuildArch: noarch -Requires: ansible >= 2.3 +Requires: ansible >= 2.4.1 Requires: python2 Requires: python-six Requires: tar |