X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=c1c11ffde6b22e8d1e0cbee9c7b3c837134ac085;hb=2dd29a668d12c0f598967fc13d4291ee88989920;hp=5c7df95e53eda1ae0456f3365818743e12b2d9b4;hpb=e7ba1dd603860ea85e8ccf88d5d780e00f7d33e1;p=lvm.git diff --git a/Makefile b/Makefile index 5c7df95..c1c11ff 100644 --- a/Makefile +++ b/Makefile @@ -1,16 +1,19 @@ RELEASE=2.0 -LVMVERSION=2.02.88 -DMVERSION=1.02.67 -DEBRELEASE=2 +LVMVERSION=2.02.95 +DMVERSION=1.02.74 +DEBRELEASE=1 # also update debian changelog patch -PVERELEASE=${DEBRELEASE}pve2 +PVERELEASE=${DEBRELEASE}pve1 PVEVER=${LVMVERSION}-${PVERELEASE} DMVER=${DMVERSION}-${PVERELEASE} -LVMDIR=lvm2-${LVMVERSION} -LVMSRC=lvm2_${LVMVERSION}.orig.tar.gz -LVMDEBSRC=lvm2_${LVMVERSION}-${DEBRELEASE}.debian.tar.gz +LVMDIR=LVM2.${LVMVERSION} +LVMSRC=LVM2.${LVMVERSION}.tgz + +# NOTE: we use debian package definitions from debian testing +# but use latest upstream sources +LVMDEBSRC=lvm2_2.02.88-2.debian.tar.gz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) @@ -43,7 +46,7 @@ deb ${DEBS}: ${LVMSRC} ${LVMDEBSRC} .PHONY: download download: rm -f ${LVMSRC} ${LVMDEBSRC} - wget http://ftp.de.debian.org/debian/pool/main/l/lvm2/${LVMSRC} + wget ftp://sources.redhat.com/pub/lvm2/${LVMSRC} wget http://ftp.de.debian.org/debian/pool/main/l/lvm2/${LVMDEBSRC} .PHONY: upload