X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=0419ae206509119f65f15612b95ee29ac3fb039c;hb=ab6d636699f9219220abad8e46b455f92ad7e346;hp=21839ae71bccdd2042790356d761ef5b6f4e974d;hpb=3da4440db2233ee26fcf9d133c5676fbf157676d;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 21839ae..0419ae2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=3.0 +RELEASE=3.2 # also update debian/changelog -KVMVER=1.4 -KVMPKGREL=17 +KVMVER=2.0 +KVMPKGREL=1 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -18,8 +18,8 @@ all: ${KVM_DEB} ${KVMSRC} .PHONY: download download: rm -rf ${KVMDIR} ${KVMSRC} -# git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} - git clone git://git.qemu-project.org/qemu-stable-1.4.git -b stable-1.4 ${KVMDIR} + git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} + cd ${KVMDIR}; git checkout v2.0.0 tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${KVM_DEB} kvm: ${KVMSRC}