Преглед на файлове

Merge pull request #1400 from joelddiaz/ansible-bin-gce

add gce softlink for openshift-ansible-bin RPM
Joel Diaz преди 9 години
родител
ревизия
6a84510d13
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      openshift-ansible.spec

+ 2 - 0
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