From 0f9913b46171b059b44b0dbe30e0ba5b81cf31d5 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 14:31:20 -0500 Subject: [PATCH] fix conditional Signed-off-by: Lokesh Mandvekar --- python-podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-podman.spec b/python-podman.spec index 6c33e49..a4f4c5b 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -22,7 +22,7 @@ BuildArch: noarch BuildRequires: git-core BuildRequires: python%{python3_pkgversion}-devel # Handle rhel/centos 8 stream conditionals for podman4 copr -%if %{?rhel} <= 8 +%if 0%{?rhel} <= 8 BuildRequires: python%{python3_pkgversion}-pytoml BuildRequires: python%{python3_pkgversion}-pyxdg BuildRequires: python%{python3_pkgversion}-requests