diff options
author | Jim Ladd <jladd@ansible.com> | 2016-08-11 20:36:03 -0400 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2016-08-11 17:36:03 -0700 |
commit | 329a134cb360222114c4349635cab8163b1c898c (patch) | |
tree | ef1500f62bf7c2fd117c36735ec20d2bb7ab170d /Makefile | |
parent | 525c0469d2a90f128a9093fa10bf2388e8e66813 (diff) | |
download | ansible-329a134cb360222114c4349635cab8163b1c898c.tar.gz |
Increase local version for unofficial rpms (#17026)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ ifeq ($(OFFICIAL),yes) DEBUILD_OPTS += -k$(DEBSIGN_KEYID) endif else - DEB_RELEASE = 0.git$(DATE)$(GITINFO) + DEB_RELEASE = 100.git$(DATE)$(GITINFO) # Do not sign unofficial builds DEBUILD_OPTS += -uc -us DPUT_OPTS += -u @@ -83,7 +83,7 @@ RPMSPEC = $(RPMSPECDIR)/ansible.spec RPMDIST = $(shell rpm --eval '%{?dist}') RPMRELEASE = $(RELEASE) ifneq ($(OFFICIAL),yes) - RPMRELEASE = 0.git$(DATE)$(GITINFO) + RPMRELEASE = 100.git$(DATE)$(GITINFO) endif RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)" |