From 8abe1c48d10761f377ea35dae7b466bd49e3e2ec Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Sun, 13 Feb 2022 04:33:30 +0000 Subject: [PATCH] rpmbuild fix from tru (ref #298) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb55f225..500884dd 100644 --- a/Makefile +++ b/Makefile @@ -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)