Increase local version for unofficial rpms (#17045)
This commit is contained in:
parent
1601e24593
commit
3749d44cd5
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -67,7 +67,7 @@ ifeq ($(OFFICIAL),yes)
|
||||||
DEBUILD_OPTS += -k$(DEBSIGN_KEYID)
|
DEBUILD_OPTS += -k$(DEBSIGN_KEYID)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
DEB_RELEASE = 0.git$(DATE)$(GITINFO)
|
DEB_RELEASE = 100.git$(DATE)$(GITINFO)
|
||||||
# Do not sign unofficial builds
|
# Do not sign unofficial builds
|
||||||
DEBUILD_OPTS += -uc -us
|
DEBUILD_OPTS += -uc -us
|
||||||
DPUT_OPTS += -u
|
DPUT_OPTS += -u
|
||||||
|
@ -83,7 +83,7 @@ RPMSPEC = $(RPMSPECDIR)/ansible.spec
|
||||||
RPMDIST = $(shell rpm --eval '%{?dist}')
|
RPMDIST = $(shell rpm --eval '%{?dist}')
|
||||||
RPMRELEASE = $(RELEASE)
|
RPMRELEASE = $(RELEASE)
|
||||||
ifneq ($(OFFICIAL),yes)
|
ifneq ($(OFFICIAL),yes)
|
||||||
RPMRELEASE = 0.git$(DATE)$(GITINFO)
|
RPMRELEASE = 100.git$(DATE)$(GITINFO)
|
||||||
endif
|
endif
|
||||||
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue