From 2388d96c971469271094ce9f2255b95d6738e92a Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 17 Aug 2023 15:31:02 -0400 Subject: [PATCH] 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 --- rpm/podman.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rpm/podman.spec b/rpm/podman.spec index 47595a99a8..cac7351e90 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -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