diff options
author | Nathan Williams <nath.e.will@gmail.com> | 2018-04-18 20:19:53 -0700 |
---|---|---|
committer | Nathan Williams <nath.e.will@gmail.com> | 2018-04-21 22:37:21 -0700 |
commit | 79f08c4699e42ee50fd74c304b0d38ef8380dfed (patch) | |
tree | 87425ad1379e26a47d994569413bc61848cc1d6c /contrib | |
parent | cc7d1de1c11e1846552c0f81811a1fbab3711151 (diff) | |
download | podman-79f08c4699e42ee50fd74c304b0d38ef8380dfed.tar.gz podman-79f08c4699e42ee50fd74c304b0d38ef8380dfed.tar.bz2 podman-79f08c4699e42ee50fd74c304b0d38ef8380dfed.zip |
add libpod.conf man page
Signed-off-by: Nathan Williams <nath.e.will@gmail.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/spec/podman.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index b210fed81..a180bba9b 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -435,6 +435,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %doc README.md CONTRIBUTING.md hooks.md install.md code-of-conduct.md transfer.md %{_bindir}/%{name} %{_mandir}/man1/*.1* +%{_mandir}/man5/*.5* %{_datadir}/bash-completion/completions/* %config(noreplace) %{_sysconfdir}/cni/net.d/87-%{name}-bridge.conflist |