From: Dietmar Maurer Date: Tue, 10 Nov 2015 07:24:17 +0000 (+0100) Subject: update to latest upstream (drop libnih, cgmanager) X-Git-Url: https://git.proxmox.com/?p=lxcfs.git;a=commitdiff_plain;h=4529c15bd6111f85a56787bf7ae92a5ad8ac7780 update to latest upstream (drop libnih, cgmanager) --- diff --git a/Makefile b/Makefile index 7075a68..4f7345e 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=4.0 PACKAGE=lxcfs -PKGVER=0.10 -DEBREL=pve2 +PKGVER=0.11 +DEBREL=pve1 SRCDIR=${PACKAGE} SRCTAR=${SRCDIR}.tgz diff --git a/debian/changelog b/debian/changelog index 95ce673..1499e55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lxcfs (0.11-pve1) unstable; urgency=medium + + * update to latest upstream (drop libnih, cgmanager) + + * remove 0001-lxc-mount-hook-add-missing-space-before.patch (upstream) + + -- Proxmox Support Team Tue, 10 Nov 2015 08:10:08 +0100 + lxcfs (0.10-pve2) unstable; urgency=medium * added lxc mount hook fixes diff --git a/debian/control b/debian/control index a0f6c51..3e7d27a 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Section: admin Priority: optional Maintainer: Proxmox Support Team Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, help2man, - pkg-config, libcgmanager-dev, libfuse-dev, dh-systemd + pkg-config, libfuse-dev, dh-systemd Standards-Version: 3.9.5 Homepage: https://linuxcontainers.org Package: lxcfs Architecture: any -Depends: cgmanager, ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: LXC userspace filesystem LXCFS is a simple userspace filesystem designed to workaround some current limitations of the Linux kernel. The main driver for this work was the diff --git a/debian/patches/0001-lxc-mount-hook-add-missing-space-before.patch b/debian/patches/0001-lxc-mount-hook-add-missing-space-before.patch deleted file mode 100644 index fd01b94..0000000 --- a/debian/patches/0001-lxc-mount-hook-add-missing-space-before.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 05e1642e07216fad032d64abd52999d15a732bf4 Mon Sep 17 00:00:00 2001 -From: Wolfgang Bumiller -Date: Wed, 21 Oct 2015 11:31:01 +0200 -Subject: [PATCH lxcfs 1/2] lxc mount hook: add missing space before ] - -Otherwise [ interprets the ] as part of the path and also -errors about a missing ']' ---- - share/lxc.mount.hook.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/share/lxc.mount.hook.in b/share/lxc.mount.hook.in -index 7194ab8..5ed2d60 100755 ---- a/share/lxc.mount.hook.in -+++ b/share/lxc.mount.hook.in -@@ -30,7 +30,7 @@ if [ -d "${LXC_ROOTFS_MOUNT}/sys/fs/cgroup" ]; then - continue - fi - -- if [ ! -d ${LXC_ROOTFS_MOUNT}/sys/fs/cgroup/$DEST]; then -+ if [ ! -d ${LXC_ROOTFS_MOUNT}/sys/fs/cgroup/$DEST ]; then - mkdir ${LXC_ROOTFS_MOUNT}/sys/fs/cgroup/$DEST - fi - --- -2.1.4 - diff --git a/debian/patches/series b/debian/patches/series index 12a4f79..bf650b4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ do-not-start-without-lxcfs.patch -0001-lxc-mount-hook-add-missing-space-before.patch diff --git a/lxcfs.tgz b/lxcfs.tgz index 047513b..77bd0b4 100644 Binary files a/lxcfs.tgz and b/lxcfs.tgz differ