summaryrefslogtreecommitdiffstats
path: root/lxc.spec
diff options
context:
space:
mode:
authorMarek Goldmann <marek.goldmann@gmail.com>2014-01-30 16:14:01 +0100
committerMarek Goldmann <marek.goldmann@gmail.com>2014-01-30 16:14:01 +0100
commitd8fa1e3d41ff68ed9bd8bfac4431837ce0f63a3e (patch)
tree4e66713a7c57816c9398796d2dd490df22d808a7 /lxc.spec
parent3864361ea2732bfcf24d99bdbe9a781229a19287 (diff)
downloadlxc-d8fa1e3d41ff68ed9bd8bfac4431837ce0f63a3e.tar.gz
lxc-d8fa1e3d41ff68ed9bd8bfac4431837ce0f63a3e.tar.xz
lxc-d8fa1e3d41ff68ed9bd8bfac4431837ce0f63a3e.zip
There is still no Python 3 available in EPEL 7
Diffstat (limited to 'lxc.spec')
-rw-r--r--lxc.spec7
1 files 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 <mgoldman@redhat.com> - 0.9.0-3
+- There is still no Python 3 available in EPEL 7
+
* Wed Sep 4 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.9.0-2
- Small fix to the included Fedora template.