Merge branch 'devel' of git://github.com/dirtyharrycallahan/ansible into rpm_change
This commit is contained in:
commit
57f4e808a0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ endif
|
||||||
# RPM build parameters
|
# RPM build parameters
|
||||||
RPMSPECDIR= packaging/rpm
|
RPMSPECDIR= packaging/rpm
|
||||||
RPMSPEC = $(RPMSPECDIR)/ansible.spec
|
RPMSPEC = $(RPMSPECDIR)/ansible.spec
|
||||||
RPMDIST = $(shell rpm --eval '%dist')
|
RPMDIST = $(shell rpm --eval '%{?dist}')
|
||||||
RPMRELEASE = 1
|
RPMRELEASE = 1
|
||||||
ifeq ($(OFFICIAL),)
|
ifeq ($(OFFICIAL),)
|
||||||
RPMRELEASE = 0.git$(DATE)
|
RPMRELEASE = 0.git$(DATE)
|
||||||
|
|
Loading…
Reference in a new issue