]> git.proxmox.com Git - lxcfs.git/commitdiff
bump version to 2.0.2-pve1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jul 2016 14:08:29 +0000 (16:08 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jul 2016 14:08:29 +0000 (16:08 +0200)
Makefile
debian/changelog
lxcfs.tgz

index e0c5f0970256f6af69d7a3c697326a8dc7d12698..36f6eff26b6d94db8b39894900c564c9b5bf3255 100644 (file)
--- 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}
 
index 0e57cc34266c6ec3ef6fe38ca38ac4f113f90321..0178aa3fe2a7b0ab26ec01b41e70a24f06f16f66 100644 (file)
@@ -1,3 +1,9 @@
+lxcfs (2.0.2-pve1) unstable; urgency=medium
+
+  * update to lxcfs-2.0.2 tag
+
+ -- Proxmox Support Team <support@proxmox.com>  Tue, 26 Jul 2016 14:55:59 +0200
+
 lxcfs (2.0.0-pve2) unstable; urgency=medium
 
   * update to commit f0f8b8511938cc680150d782a3add0ee4d60fb01
index 133944db9ca27443db88affa754fc1535d11bffd..fcb0ba8a846b61c94b7e03229585070962ebd0bf 100644 (file)
Binary files a/lxcfs.tgz and b/lxcfs.tgz differ