bump version to 1.1.5-2, re-enable cgmanager

This commit is contained in:
Dietmar Maurer 2015-11-18 12:12:44 +01:00
parent 172068b9c8
commit 7e4c29e057
4 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@ RELEASE=4.0
PACKAGE=lxc-pve
LXCVER=1.1.5
DEBREL=1
DEBREL=2
SRCDIR=lxc
SRCTAR=${SRCDIR}.tgz

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lxc (1.1.5-2) unstable; urgency=medium
* re-enable cgmanager - it is still required (cgfs does not work reliable)
-- Proxmox Support Team <support@proxmox.com> Wed, 18 Nov 2015 10:56:09 +0100
lxc (1.1.5-1) unstable; urgency=medium
* update to 1.1.5 (latest stable 1.1 branch)

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: lxc
Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, graphviz, libgnutls28-dev, linux-libc-dev, dh-autoreconf, libseccomp-dev
Build-Depends: debhelper (>= 9), autotools-dev, libapparmor-dev, docbook2x, libcap-dev, dh-apparmor, libcgmanager-dev, graphviz, libgnutls28-dev, linux-libc-dev, dh-autoreconf, libseccomp-dev
Standards-Version: 3.9.5
Homepage: https://linuxcontainers.org

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ override_dh_auto_configure:
--disable-rpath \
--disable-selinux \
--enable-bash \
--disable-cgmanager \
--enable-cgmanager \
--disable-python \
--disable-lua \
--disable-examples \