Do not set RPMDIST to '%dist' when dist is not set by the distribution.

pull/4420/head
Patrick Callahan 2013-06-02 13:27:04 -04:00
parent 1c4fa2c45e
commit a37b6a2ad3
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ endif
# RPM build parameters
RPMSPECDIR= packaging/rpm
RPMSPEC = $(RPMSPECDIR)/ansible.spec
RPMDIST = $(shell rpm --eval '%dist')
RPMDIST = $(shell rpm --eval '%{?dist}')
RPMRELEASE = 1
ifeq ($(OFFICIAL),)
RPMRELEASE = 0.git$(DATE)