diff options
author | Joel Diaz <jdiaz@redhat.com> | 2016-02-15 12:44:46 -0500 |
---|---|---|
committer | Joel Diaz <jdiaz@redhat.com> | 2016-02-15 12:44:46 -0500 |
commit | c501ec1c7dfe7813261d894b743c62af44b0a588 (patch) | |
tree | 134616b66353432416b65174781dbf5e2ccd6008 /openshift-ansible.spec | |
parent | 7f5463c9bec94cbfde5ca8166f802800f0c7eb1e (diff) | |
download | openshift-c501ec1c7dfe7813261d894b743c62af44b0a588.tar.gz openshift-c501ec1c7dfe7813261d894b743c62af44b0a588.tar.bz2 openshift-c501ec1c7dfe7813261d894b743c62af44b0a588.tar.xz openshift-c501ec1c7dfe7813261d894b743c62af44b0a588.zip |
add gce softlink for openshift-ansible-bin RPM
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 7c7fb399c..36786cfda 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -50,8 +50,10 @@ cp -p bin/openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/open # Fix links rm -f %{buildroot}%{python_sitelib}/openshift_ansible/multi_inventory.py rm -f %{buildroot}%{python_sitelib}/openshift_ansible/aws +rm -f %{buildroot}%{python_sitelib}/openshift_ansible/gce ln -sf %{_datadir}/ansible/inventory/multi_inventory.py %{buildroot}%{python_sitelib}/openshift_ansible/multi_inventory.py ln -sf %{_datadir}/ansible/inventory/aws %{buildroot}%{python_sitelib}/openshift_ansible/aws +ln -sf %{_datadir}/ansible/inventory/gce %{buildroot}%{python_sitelib}/openshift_ansible/gce # openshift-ansible-docs install # -docs are currently just %doc, no install needed |