From: Wolfgang Bumiller Date: Tue, 26 Jul 2016 14:08:29 +0000 (+0200) Subject: bump version to 2.0.2-pve1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=640be19c784a97b0b1409472065efaf7d487ec1f;p=lxcfs.git bump version to 2.0.2-pve1 --- diff --git a/Makefile b/Makefile index e0c5f09..36f6eff 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ RELEASE=4.1 PACKAGE=lxcfs -PKGVER=2.0.0 -DEBREL=pve2 +PKGVER=2.0.2 +DEBREL=pve1 SRCDIR=${PACKAGE} SRCTAR=${SRCDIR}.tgz @@ -28,8 +28,7 @@ deb ${DEB}: ${SRCTAR} .PHONY: download download ${SRCTAR}: rm -rf ${SRCDIR} ${SRCTAR} - git clone git://github.com/lxc/lxcfs - cd lxcfs; git reset --hard f0f8b8511938cc680150d782a3add0ee4d60fb01 + git clone --depth=1 -b lxcfs-2.0.2 git://github.com/lxc/lxcfs tar czf ${SRCTAR}.tmp ${SRCDIR} mv ${SRCTAR}.tmp ${SRCTAR} diff --git a/debian/changelog b/debian/changelog index 0e57cc3..0178aa3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxcfs (2.0.2-pve1) unstable; urgency=medium + + * update to lxcfs-2.0.2 tag + + -- Proxmox Support Team Tue, 26 Jul 2016 14:55:59 +0200 + lxcfs (2.0.0-pve2) unstable; urgency=medium * update to commit f0f8b8511938cc680150d782a3add0ee4d60fb01 diff --git a/lxcfs.tgz b/lxcfs.tgz index 133944d..fcb0ba8 100644 Binary files a/lxcfs.tgz and b/lxcfs.tgz differ