diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-09-28 11:32:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-28 11:32:19 -0400 |
commit | 58117cf76208fca86b73f4c0d1738e1606869333 (patch) | |
tree | f98ba1b3e6674a4b9bb9f81dc53144a35fd60acc /openshift-ansible.spec | |
parent | 43f52e292afac7bde5e588377e56d9c49574806c (diff) | |
parent | 20a07aed5d105fdb06377b62f2e88f067963135f (diff) | |
download | openshift-58117cf76208fca86b73f4c0d1738e1606869333.tar.gz openshift-58117cf76208fca86b73f4c0d1738e1606869333.tar.bz2 openshift-58117cf76208fca86b73f4c0d1738e1606869333.tar.xz openshift-58117cf76208fca86b73f4c0d1738e1606869333.zip |
Merge pull request #2506 from tbielawa/aoi-manpage
Add a manpage for atomic-openshift-installer
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r-- | openshift-ansible.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec index e57dbfb1b..5e297cb2a 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -87,6 +87,8 @@ pushd utils mv -f %{buildroot}%{_bindir}/oo-install %{buildroot}%{_bindir}/atomic-openshift-installer mkdir -p %{buildroot}%{_datadir}/atomic-openshift-utils/ cp etc/ansible.cfg %{buildroot}%{_datadir}/atomic-openshift-utils/ansible.cfg +mkdir -p %{buildroot}%{_mandir}/man1/ +cp -v docs/man/man1/atomic-openshift-installer.1 %{buildroot}%{_mandir}/man1/ popd # Base openshift-ansible files @@ -219,7 +221,7 @@ Atomic OpenShift Utilities includes %{python_sitelib}/ooinstall* %{_bindir}/atomic-openshift-installer %{_datadir}/atomic-openshift-utils/ansible.cfg - +%{_mandir}/man1/* %changelog * Mon Sep 26 2016 Scott Dodson <sdodson@redhat.com> 3.4.2-1 @@ -2384,4 +2386,3 @@ Atomic OpenShift Utilities includes * Mon Oct 19 2015 Troy Dawson <tdawson@redhat.com> 3.0.2-1 - Initial Package - |