diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-16 14:49:54 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-16 14:49:54 -0500 |
commit | 5b095d9fe0cff133d3f9b0557b3d06a892c1df71 (patch) | |
tree | d2cb06402dbc5f15167aa155560f9b1a292c8f85 | |
parent | 279c2afd2d36af1fdfe0659dec428f512192dc60 (diff) | |
parent | c11ec23f552c760b9cff18b0766bad30c2782848 (diff) | |
download | openshift-5b095d9fe0cff133d3f9b0557b3d06a892c1df71.tar.gz openshift-5b095d9fe0cff133d3f9b0557b3d06a892c1df71.tar.bz2 openshift-5b095d9fe0cff133d3f9b0557b3d06a892c1df71.tar.xz openshift-5b095d9fe0cff133d3f9b0557b3d06a892c1df71.zip |
Merge pull request #906 from smunilla/match_version
openshift-ansible: Correct variable
-rw-r--r-- | openshift-ansible.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 5684afd0e..ffdbe65b7 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -133,7 +133,7 @@ BuildArch: noarch # ---------------------------------------------------------------------------------- %package inventory Summary: Openshift and Atomic Enterprise Ansible Inventories -Requires: %{name} = ${version} +Requires: %{name} = %{version} BuildArch: noarch %description inventory @@ -146,7 +146,7 @@ Ansible Inventories used with the openshift-ansible scripts and playbooks. %package inventory-aws Summary: Openshift and Atomic Enterprise Ansible Inventories for AWS -Requires: %{name}-inventory = ${version} +Requires: %{name}-inventory = %{version} Requires: python-boto BuildArch: noarch @@ -158,7 +158,7 @@ Ansible Inventories for AWS used with the openshift-ansible scripts and playbook %package inventory-gce Summary: Openshift and Atomic Enterprise Ansible Inventories for GCE -Requires: %{name}-inventory = ${version} +Requires: %{name}-inventory = %{version} Requires: python-libcloud >= 0.13 BuildArch: noarch |