From c2cebf94ec1376097b8ae1618cb51eed08044086 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Apr 29 2014 19:24:42 +0000 Subject: Fix building on RHEL-7 (we really don’t have Python3) --- diff --git a/python-mccabe.spec b/python-mccabe.spec index 7c3eebb..b8026f9 100644 --- a/python-mccabe.spec +++ b/python-mccabe.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -6,7 +6,7 @@ Name: python-mccabe Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: McCabe complexity checker Group: Development/Libraries @@ -89,6 +89,9 @@ popd %endif %changelog +* Tue Apr 29 2014 Matěj Cepl - 0.2.1-3 +- Fix building on RHEL-7 (we really don’t have Python3) + * Mon Apr 15 2013 Matěj Cepl 0.2.1-2 - Fix %%changelog.