Merge branch 'devel' of git://github.com/dirtyharrycallahan/ansible into rpm_change

pull/3087/merge
Michael DeHaan 13 years ago
commit 57f4e808a0

@ -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)

Loading…
Cancel
Save