From 808c84e2e13402954f9a915ddf0eb350113bc572 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 15 Jan 2010 15:06:11 -0500 Subject: Don't use %dist for tagging. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c92ef2db..8380d95f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SUPERUSER=root SUPERGROUP=root VERSION := $(shell awk '/Version:/ { print $$2 }' initscripts.spec) -RELEASE := $(shell awk '/Release:/ { print $$2 }' initscripts.spec) +RELEASE := $(shell awk '/Release:/ { print $$2 }' initscripts.spec | sed 's|%{?dist}||g') TAG=initscripts-$(VERSION)-$(RELEASE) mandir=/usr/share/man -- cgit v1.2.1