summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJim Ladd <jladd@ansible.com>2016-08-11 20:36:03 -0400
committerMatt Davis <nitzmahone@users.noreply.github.com>2016-08-11 17:36:03 -0700
commit329a134cb360222114c4349635cab8163b1c898c (patch)
treeef1500f62bf7c2fd117c36735ec20d2bb7ab170d /Makefile
parent525c0469d2a90f128a9093fa10bf2388e8e66813 (diff)
downloadansible-329a134cb360222114c4349635cab8163b1c898c.tar.gz
Increase local version for unofficial rpms (#17026)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bb3d5a7d8e..3c48d46cdb 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"