diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-04-23 20:49:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 20:49:30 -0400 |
commit | c78ce0e8fd2899edb1726c319baff89b3ebfe757 (patch) | |
tree | 8e48868be91ebf8dc9061587574a28e01f053f51 /contrib/spec/podman.spec.in | |
parent | 10f9dc0d8860e358796d1325ef1a7e31f02a0166 (diff) | |
parent | 79f08c4699e42ee50fd74c304b0d38ef8380dfed (diff) | |
download | podman-c78ce0e8fd2899edb1726c319baff89b3ebfe757.tar.gz podman-c78ce0e8fd2899edb1726c319baff89b3ebfe757.tar.bz2 podman-c78ce0e8fd2899edb1726c319baff89b3ebfe757.zip |
Merge pull request #641 from nathwill/man-libpod
add libpod.conf man page (closes #537)
Diffstat (limited to 'contrib/spec/podman.spec.in')
-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 6a3199a9e..50d2aa65b 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 |