We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6d445 commit 8e15601Copy full SHA for 8e15601
Makefile
@@ -4,7 +4,7 @@ BUILD_DATE = $(shell date +%FT%T%z)
4
GO_VERSION = $(shell go version | awk '{print $$3}')
5
GIT_COMMIT = $(shell git rev-parse --short HEAD)
6
PACKAGE = $(shell awk '$$1 == "Name:" { print $$2 }' $(SPECFILE) )
7
-VERSION = $(shell git describe --tags | sed 's/^v//g' )
+VERSION = $(shell git describe --abbrev=0 | sed 's/^v//g' )
8
RELEASE = $(shell awk '$$1 == "Release:" { print $$2 }' $(SPECFILE) )
9
OS_ARCH = $(shell echo "$$(uname -s)/$$(uname -m)")
10
rpmbuild = ${shell pwd}/rpmbuild
0 commit comments