]> git.proxmox.com Git - ceph.git/blobdiff - Makefile
update sources to v12.0.1
[ceph.git] / Makefile
index e0fca5fc79d5f2c482bd6fa4fa859c97869b03eb..19f7bff97ea4e17a1690a1518ed81a31af7a6b42 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=5.0
 
 PACKAGE=ceph
-VER=12.0.0
+VER=12.0.1
 DEBREL=pve1
 
 SRC=ceph.tar.gz
@@ -92,6 +92,7 @@ ${DEBS}: ${SRC} patches
        cd ${SRCDIR}; rm -rf .pc ./patches
        echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
        echo "debian/SOURCE" >> ${SRCDIR}/debian/docs
+       cd ${SRCDIR}; git tag -m "PVE release tag" "v${VER}-${DEBREL}"
        cd ${SRCDIR}; dpkg-buildpackage -b -uc -us
        @echo ${DEBS}
 
@@ -112,7 +113,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf ceph *_${ARCH}.deb *.changes *.dsc *.buildinfo
+       rm -rf ceph *_all.deb *_${ARCH}.deb *.changes *.dsc *.buildinfo
 
 .PHONY: dinstall
 dinstall: ${DEB}