From d8fa1e3d41ff68ed9bd8bfac4431837ce0f63a3e Mon Sep 17 00:00:00 2001 From: Marek Goldmann Date: Thu, 30 Jan 2014 16:14:01 +0100 Subject: [PATCH] There is still no Python 3 available in EPEL 7 --- lxc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lxc.spec b/lxc.spec index ba127f4..d02ed44 100644 --- a/lxc.spec +++ b/lxc.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} || 0%{?rhel} > 6 +%if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %endif @@ -13,7 +13,7 @@ Name: lxc Version: 0.9.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux Resource Containers Group: Applications/System License: LGPLv2+ and GPLv2 @@ -267,6 +267,9 @@ make check %changelog +* Thu Jan 30 2014 Marek Goldmann - 0.9.0-3 +- There is still no Python 3 available in EPEL 7 + * Wed Sep 4 2013 Thomas Moschny - 0.9.0-2 - Small fix to the included Fedora template.