From bae00581fed20ae61bf70cf119940f4e3bbb0a49 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 14:37:59 -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 147d5da..721e62e 100644 --- a/python-podman.spec +++ b/python-podman.spec @@ -58,7 +58,7 @@ export PBR_VERSION="0.0.0" %install export PBR_VERSION="0.0.0" -%if 0{?rhel} <= 8 +%if 0%{?rhel} <= 8 %py3_install %else %pyproject_install