From 849e48d077d8564abf8fecb3dddc7bfc4d5c6e2e Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Jan 27 2020 07:02:07 +0000 Subject: Fix py2 condition for rhel < 8 py2 build for rhel < 8 is not needed. --- 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