From 9f1713c776528789b0487aa8ccc81bf2326d7edd Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Mar 2022 14:33:34 -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 a4f4c5b..147d5da 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{?hrel} <= 8 +%if 0{?rhel} <= 8 %py3_install %else %pyproject_install