mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-15 22:36:06 +00:00
bump version to 1.1.5-2, re-enable cgmanager
This commit is contained in:
parent
172068b9c8
commit
7e4c29e057
2
Makefile
2
Makefile
@ -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
6
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/rules
vendored
@ -20,7 +20,7 @@ override_dh_auto_configure:
|
||||
--disable-rpath \
|
||||
--disable-selinux \
|
||||
--enable-bash \
|
||||
--disable-cgmanager \
|
||||
--enable-cgmanager \
|
||||
--disable-python \
|
||||
--disable-lua \
|
||||
--disable-examples \
|
||||
|
Loading…
Reference in New Issue
Block a user