Bläddra i källkod

openshift-ansible: Correct variable

Samuel Munilla 9 år sedan
förälder
incheckning
c11ec23f55
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      openshift-ansible.spec

+ 3 - 3
openshift-ansible.spec

@@ -133,7 +133,7 @@ BuildArch:     noarch
 # ----------------------------------------------------------------------------------
 # ----------------------------------------------------------------------------------
 %package inventory
 %package inventory
 Summary:       Openshift and Atomic Enterprise Ansible Inventories
 Summary:       Openshift and Atomic Enterprise Ansible Inventories
-Requires:      %{name} = ${version}
+Requires:      %{name} = %{version}
 BuildArch:     noarch
 BuildArch:     noarch
 
 
 %description inventory
 %description inventory
@@ -146,7 +146,7 @@ Ansible Inventories used with the openshift-ansible scripts and playbooks.
 
 
 %package inventory-aws
 %package inventory-aws
 Summary:       Openshift and Atomic Enterprise Ansible Inventories for AWS
 Summary:       Openshift and Atomic Enterprise Ansible Inventories for AWS
-Requires:      %{name}-inventory = ${version}
+Requires:      %{name}-inventory = %{version}
 Requires:      python-boto
 Requires:      python-boto
 BuildArch:     noarch
 BuildArch:     noarch
 
 
@@ -158,7 +158,7 @@ Ansible Inventories for AWS used with the openshift-ansible scripts and playbook
 
 
 %package inventory-gce
 %package inventory-gce
 Summary:       Openshift and Atomic Enterprise Ansible Inventories for GCE
 Summary:       Openshift and Atomic Enterprise Ansible Inventories for GCE
-Requires:      %{name}-inventory = ${version}
+Requires:      %{name}-inventory = %{version}
 Requires:      python-libcloud >= 0.13
 Requires:      python-libcloud >= 0.13
 BuildArch:     noarch
 BuildArch:     noarch