diff options
author | Troy Dawson <tdawson@redhat.com> | 2015-11-05 17:21:53 -0600 |
---|---|---|
committer | Troy Dawson <tdawson@redhat.com> | 2015-11-05 17:21:53 -0600 |
commit | a66407b55d3ad76952c14454499f3ea8169987bc (patch) | |
tree | 85e438b6cdf5b6fef54369c14335d27d28dd01d5 | |
parent | c73ec7b6b27483aea4bb53db0db9837ff9781d24 (diff) | |
download | openshift-a66407b55d3ad76952c14454499f3ea8169987bc.tar.gz openshift-a66407b55d3ad76952c14454499f3ea8169987bc.tar.bz2 openshift-a66407b55d3ad76952c14454499f3ea8169987bc.tar.xz openshift-a66407b55d3ad76952c14454499f3ea8169987bc.zip |
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/ |