]> git.proxmox.com Git - pve-storage.git/blobdiff - Makefile
extend list_thinpools for multiple vgs and more information
[pve-storage.git] / Makefile
index 1d509363b784304b223f75f7c4721db5bf3773a8..440bc145f5c828fb452a66d5394af3808e2440ac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-storage-perl
-PKGREL=11
+PKGREL=24
 
 DESTDIR=
 PREFIX=/usr
@@ -16,7 +16,7 @@ export PERLDIR=${PREFIX}/share/perl5
 export SOURCE_DATE_EPOCH ?= $(shell dpkg-parsechangelog -STimestamp)
 
 ARCH=all
-GITVERSION:=$(shell cat .git/refs/heads/master)
+GITVERSION:=$(shell git rev-parse HEAD)
 
 DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb