From d9ec67a08c56a9963bbbe4e5e57da6942d806b41 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 24 Aug 2017 06:54:22 -0700 Subject: [PATCH] Cleanup spec file conditionals --- python-pillow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index e97d7b5..eec05ac 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -8,7 +8,7 @@ # required by sphinx; pillow build-requires sphinx) %global with_docs 1 -%if %{?fedora} +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif