Skip to content

Commit 199ed6d

Browse files
committed
redhat: use RELEASE_LOCALVERSION also for dist-get-tag
JIRA: INTERNAL Upstream Status: RHEL only (ARK commit 6c1d9bf7832950b7189094b87779a513953f772c) commit 6c1d9bf7832950b7189094b87779a513953f772c Author: Jan Stancek <jstancek@redhat.com> Date: Tue Nov 4 10:51:56 2025 +0100 redhat: use RELEASE_LOCALVERSION also for dist-get-tag Closes: https://gitlab.com/cki-project/kernel-ark/-/issues/187 Fixes: 10c3f06ddf0e ("redhat: introduce RELEASE_LOCALVERSION variable") Reported-by: Thorsten Leemhuis <fedora@leemhuis.info> Signed-off-by: Jan Stancek <jstancek@redhat.com> Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 8412a3c commit 199ed6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redhat/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ifndef RHJOBS
9494
endif
9595

9696
# for official builds use RELEASE_LOCALVERSION persisted in Makefile.variables
97-
ifneq ($(filter $(MAKECMDGOALS),dist-release dist-release-tag dist-release-git dist-rtg),)
97+
ifneq ($(filter $(MAKECMDGOALS),dist-release dist-release-tag dist-release-git dist-rtg dist-get-tag),)
9898
DISTLOCALVERSION:=$(RELEASE_LOCALVERSION)
9999
ifeq (,$(findstring s,$(firstword -$(MAKEFLAGS))))
100100
$(info DISTLOCALVERSION is "$(DISTLOCALVERSION)".)

0 commit comments

Comments
 (0)