X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=8cef3ba915fef6056353cbccb4fe302c3f46bb4a;hb=f3d361006a530eba7976c6cccb2b90620c0878cf;hp=83b66c8e90e6ad35c5c67ade2fab1ab832463987;hpb=d2c782c7a8d913846a8a63412e66f8a6103db918;p=pve-qemu-kvm.git diff --git a/Makefile b/Makefile index 83b66c8..8cef3ba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ RELEASE=4.1 # also update debian/changelog KVMVER=2.5 -KVMPKGREL=2 +KVMPKGREL=11 KVMPACKAGE=pve-qemu-kvm KVMDIR=qemu-kvm @@ -24,7 +24,7 @@ download: #git clone git://git.qemu-project.org/qemu.git -b stable-2.4 ${KVMDIR} git clone git://git.qemu-project.org/qemu.git ${KVMDIR} # see https://bugs.launchpad.net/qemu/+bug/1488363?comments=all - cd ${KVMDIR}; git checkout v2.5.0; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb + cd ${KVMDIR}; git checkout v2.5.1; git revert --no-edit b8eb5512fd8a115f164edbbe897cdf8884920ccb tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR} ${DEBS} kvm: ${KVMSRC}