From d56f5c924344726b1be067bb503ab4d384e8b5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- lxc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lxc.spec b/lxc.spec index 8a8d204..4437cc0 100644 --- a/lxc.spec +++ b/lxc.spec @@ -31,7 +31,7 @@ Name: lxc Version: 2.0.6 -Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist} +Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}.1 Summary: Linux Resource Containers Group: Applications/System License: LGPLv2+ and GPLv2 @@ -376,6 +376,9 @@ fi %changelog +* Mon Dec 19 2016 Miro HronĨok - 2.0.6-2.1 +- Rebuild for Python 3.6 + * Sun Dec 4 2016 Thomas Moschny - 2.0.6-2 - Enable python3 on epel7 builds. - Fix dependency on network-online.target for lxc-net.service.