mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-16 21:22:21 +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
|
PACKAGE=lxc-pve
|
||||||
LXCVER=1.1.5
|
LXCVER=1.1.5
|
||||||
DEBREL=1
|
DEBREL=2
|
||||||
|
|
||||||
SRCDIR=lxc
|
SRCDIR=lxc
|
||||||
SRCTAR=${SRCDIR}.tgz
|
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
|
lxc (1.1.5-1) unstable; urgency=medium
|
||||||
|
|
||||||
* update to 1.1.5 (latest stable 1.1 branch)
|
* 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
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
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
|
Standards-Version: 3.9.5
|
||||||
Homepage: https://linuxcontainers.org
|
Homepage: https://linuxcontainers.org
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -20,7 +20,7 @@ override_dh_auto_configure:
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-selinux \
|
--disable-selinux \
|
||||||
--enable-bash \
|
--enable-bash \
|
||||||
--disable-cgmanager \
|
--enable-cgmanager \
|
||||||
--disable-python \
|
--disable-python \
|
||||||
--disable-lua \
|
--disable-lua \
|
||||||
--disable-examples \
|
--disable-examples \
|
||||||
|
Loading…
Reference in New Issue
Block a user