From 610b55e14b68a6b8c83e46a1b338a9a37ea1ebea Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 10 Feb 2022 15:10:39 -0500 Subject: [PATCH] account for latest shadow-utils-subid Signed-off-by: Lokesh Mandvekar --- podman.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/podman.spec b/podman.spec index 5f98b44..bfa97ad 100644 --- a/podman.spec +++ b/podman.spec @@ -66,7 +66,9 @@ BuildRequires: libassuan-devel BuildRequires: libgpg-error-devel BuildRequires: libseccomp-devel BuildRequires: libselinux-devel -%if 0%{?fedora} >= 35 +%if 0%{?fedora} >= 36 +BuildRequires: shadow-utils-subid-devel >= 2:4.11.1-2 +%else BuildRequires: shadow-utils-subid-devel %endif BuildRequires: pkgconfig