From 3749d44cd5cd17b72084daceb49a12102b6a3e62 Mon Sep 17 00:00:00 2001 From: Jim Ladd Date: Thu, 11 Aug 2016 20:36:37 -0400 Subject: [PATCH] Increase local version for unofficial rpms (#17045) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 367987affce..bdb0ae4fc80 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)"