diff --git a/Makefile b/Makefile index db95eaf..f8eb08e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ elfutils-portable.spec: elfutils.spec (echo '%define _with_compat 1'; cat $<) > $@.new mv -f $@.new $@ -portable-vr = $(VERSION)-0.$(RELEASE) +portable-vr = $(VERSION)-0.$(subst $(DIST),,$(RELEASE)) portable.srpm = elfutils-$(portable-vr).src.rpm $(portable.srpm): elfutils-portable.spec elfutils-portability.patch \ elfutils-$(VERSION).tar.gz diff --git a/elfutils.spec b/elfutils.spec index 4ac8b65..b4d6c55 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -13,7 +13,7 @@ Version: %{eu_version} %if !%{compat} Release: %{eu_release}%{?dist} %else -Release: 0.%{eu_release}.1 +Release: 0.%{eu_release} %endif License: GPL Group: Development/Tools