rpmbuild fix from tru (ref #298)

This commit is contained in:
Gregory Kurtzer
2022-02-13 04:33:30 +00:00
parent 1b5d6a8245
commit 8abe1c48d1

View File

@@ -3,7 +3,7 @@
-include Defaults.mk
VERSION ?= 4.2.0
GIT_TAG := $(shell test -e .git && git describe --tags --long --first-parent --always)
GIT_TAG := $(shell test -e .git && git describe --tags --long --first-parent --always | tr '-' '_')
ifndef $(GIT_TAG)
RELEASE ?= 1.git_$(GIT_TAG)