From: Vitezslav Crhonek Date: Mon, 25 Feb 2019 13:44:01 +0000 (+0100) Subject: - Fix tag name for rhel branches X-Git-Tag: v0.321~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4e476f96319db9d26d9930a93b8241a13e2442d;p=oweals%2Fhwdata.git - Fix tag name for rhel branches --- diff --git a/Makefile b/Makefile index 6f16e91..05988b7 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION=$(shell awk '/Version:/ { print $$2 }' hwdata.spec) RELEASE=$(shell rpm -q --define 'dist %{nil}' --specfile --qf "%{release}" hwdata.spec) ifeq ($(shell git rev-parse --abbrev-ref HEAD | sed -n 's/^\([^0-9-]\+\).*/\L\1/p'), rhel) # add revision to tag name for rhel branches - TAGNAME := $(NAME)-$(VERSION)-$(RELEASE) + TAGNAME := v$(VERSION)-$(RELEASE) else TAGNAME := v$(VERSION) endif