Makefile/packit: avoid duplicate implementation of "version"

This commit is contained in:
Florian Schüller 2025-01-10 13:21:00 +01:00 committed by Simon de Vlieger
parent 4f1816c1b7
commit 00e18fe1cd
2 changed files with 4 additions and 1 deletions

View file

@ -189,3 +189,6 @@ release_artifacts: $(RPM_TARBALL_VERSIONED)
lint:
pre-commit run --all
show-version: ## Show the generated version to be reused in tools like `.packit.yaml`
@echo "$(VERSION)"