From 40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4 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