diff options
| author | Troy Dawson <tdawson@redhat.com> | 2015-11-05 17:30:16 -0600 |
|---|---|---|
| committer | Troy Dawson <tdawson@redhat.com> | 2015-11-05 17:30:16 -0600 |
| commit | ba3b613f19234f3894235480d8a39a01f19aa877 (patch) | |
| tree | 85e438b6cdf5b6fef54369c14335d27d28dd01d5 | |
| parent | c73ec7b6b27483aea4bb53db0db9837ff9781d24 (diff) | |
| parent | a66407b55d3ad76952c14454499f3ea8169987bc (diff) | |
Merge pull request #823 from tdawson/2015-11-fix-conflict
exclude atomic-openshift-installer from bin subpackage
| -rw-r--r-- | openshift-ansible.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index df3418278..10a53d921 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -104,6 +104,7 @@ Scripts to make it nicer when working with hosts that are defined only by metada %files bin %{_bindir}/* +%exclude %{_bindir}/atomic-openshift-installer %{python_sitelib}/openshift_ansible/ /etc/bash_completion.d/* %config(noreplace) /etc/openshift_ansible/ |
