From 6c8d356fea2875f8c3b7de7481918a97484b0cde Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 15:53:13 -0500 Subject: [PATCH] adjust conditionals for centos 8 Signed-off-by: Lokesh Mandvekar --- podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 89ed86f..8050a98 100644 --- a/podman.spec +++ b/podman.spec @@ -57,7 +57,7 @@ BuildRequires: glibc-devel BuildRequires: glibc-static BuildRequires: git-core BuildRequires: go-md2man -%if ! 0%{?rhel} <= 8 +%if 0%{?fedora} || 0%{?rhel} >= 9 BuildRequires: go-rpm-macros %endif BuildRequires: gpgme-devel