From: Wolfgang Bumiller Date: Fri, 10 Mar 2017 13:33:08 +0000 (+0100) Subject: bump version to 2.0.7-500 for stretch X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0e1943c7d8fa8afe947f5b691f02a7d5c005df4b;p=lxc.git bump version to 2.0.7-500 for stretch --- diff --git a/Makefile b/Makefile index b927fa9..9e34f45 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ -RELEASE=4.4 - PACKAGE=lxc-pve LXCVER=2.0.7 -DEBREL=4 +DEBREL=500 SRCDIR=lxc SRCTAR=${SRCDIR}.tgz @@ -39,7 +37,7 @@ download ${SRCTAR}: .PHONY: upload upload: ${DEBS} - tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch distclean: clean diff --git a/debian/changelog b/debian/changelog index af1a732..309a0df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxc (2.0.7-500) unstable; urgency=medium + + * bump version for stretch + + -- Proxmox Support Team Fri, 10 Mar 2017 14:32:45 +0100 + lxc (2.0.7-4) unstable; urgency=medium * fix CVE-2017-5985: lxc-user-nic netns permission verification