From 849e48d077d8564abf8fecb3dddc7bfc4d5c6e2e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 27 Jan 2020 12:32:03 +0530 Subject: [PATCH] Fix py2 condition for rhel < 8 py2 build for rhel < 8 is not needed. --- python-beautifulsoup4.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 1fe30d2..cabeb31 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} < 32 +%if 0%{?fedora} < 32 && 0%{?rhel} < 8 %global py2 1 %endif