From a0c985e6f31fa0f23ee983fad85e4c9a4dfc1bd8 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Fri, 8 Mar 2019 14:42:35 +0100 Subject: [PATCH] Build for rhel 8+ with python2 packages --- python-multilib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-multilib.spec b/python-multilib.spec index 887d5a2..53357f6 100644 --- a/python-multilib.spec +++ b/python-multilib.spec @@ -26,7 +26,7 @@ This package provides the configuration files for %{name}. Summary: %{summary} %{?python_provide:%python_provide python2-multilib} BuildRequires: python2-devel -%if 0%{?fedora} +%if 0%{?fedora} || %{?rhel} >= 8 BuildRequires: python2-setuptools BuildRequires: python2-six Requires: python2-six