]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
update backup patches
[pve-qemu-kvm.git] / Makefile
index 08aae3d78cf677a9262b5d20bba728f7ec1373dc..f12de5008a618e04b120d3f28f28a910d4eb3ba1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=2.2
+RELEASE=2.3
 
 # also update debian/changelog
 KVMVER=1.3
-KVMPKGREL=1
+KVMPKGREL=14
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -18,6 +18,9 @@ all: ${KVM_DEB} ${KVMSRC}
 download:
        rm -rf ${KVMDIR} ${KVMSRC}
        git clone git://git.qemu-project.org/qemu.git -b master ${KVMDIR} 
+       cd ${KVMDIR}; git checkout -b local v1.3.0
+       cd ${KVMDIR}; git am ../seabios-update.patch
+       cd ${KVMDIR}; git am ../seabios-update2.patch
        tar czf ${KVMSRC} --exclude CVS --exclude .git --exclude .svn ${KVMDIR}
 
 ${KVM_DEB} kvm: ${KVMSRC}