Skip to content

Commit

Permalink
rpm: depend on man-db
Browse files Browse the repository at this point in the history
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:
containers/podman.io#157
containers/podman.io#174

[NO NEW TESTS NEEDED]

Signed-off-by: Lokesh Mandvekar <[email protected]>
  • Loading branch information
lsm5 authored and openshift-cherrypick-robot committed Aug 21, 2023
1 parent 5ecf6db commit 2388d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpm/podman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ BuildRequires: libselinux-devel
BuildRequires: shadow-utils-subid-devel
BuildRequires: pkgconfig
BuildRequires: make
BuildRequires: man-db
BuildRequires: ostree-devel
BuildRequires: systemd
BuildRequires: systemd-devel
Expand Down

0 comments on commit 2388d96

Please sign in to comment.