From e03f14c82566e95a75058209811381473c24d4dc Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 24 Jan 2022 15:14:53 -0500 Subject: [PATCH] account for md2man in c9s for copr builds Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/podman.spec b/podman.spec index c3c5b87..2866c78 100644 --- a/podman.spec +++ b/podman.spec @@ -77,7 +77,11 @@ BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core +%if 0%{?fedora} BuildRequires: go-md2man +%else +BuildRequires: golang-github-cpuguy83-md2man +%endif BuildRequires: go-rpm-macros BuildRequires: gpgme-devel BuildRequires: libassuan-devel