From afff05777260138e9aafc3be95298c7fc8c2c646 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 4 Jan 2023 22:17:27 -0500 Subject: [PATCH] fix if --- python-circuitbreaker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-circuitbreaker.spec b/python-circuitbreaker.spec index 2cc3faa..e24e288 100644 --- a/python-circuitbreaker.spec +++ b/python-circuitbreaker.spec @@ -10,7 +10,7 @@ BuildArch: noarch BuildRequires: python3-devel -%if 0%{?rhel} && 0%{rhel} <= 8 +%if 0%{?rhel} BuildRequires: epel-rpm-macros %endif