mirror of https://github.com/containers/podman.git
[CI:BUILD] rpm: depend on man-db
Include dependencies in rpm/podman.spec to make it easy for end users to build podman from source. This way users can install all build dependencies by running `dnf -y builddep rpm/podman.spec`. This is not usually noticeable except on container environments where man-db often isn't installed by default. Refs: https://github.com/containers/podman.io/issues/157 https://github.com/containers/podman.io/pull/174 [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
938a3e1601
commit
50136ea866
|
@ -114,6 +114,7 @@ BuildRequires: libselinux-devel
|
|||
BuildRequires: shadow-utils-subid-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: make
|
||||
BuildRequires: man-db
|
||||
BuildRequires: ostree-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-devel
|
||||
|
|
Loading…
Reference in New Issue