rpmdist.mk: pkg-release ignores PACKAGE_VCS_FILES

PACKAGE_VCS_FILES is only considered by pkg-rebuild and ignored by
pkg-release. Fix that.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-12-23 13:17:35 +01:00
commit 5bdd917abc
2 changed files with 9 additions and 2 deletions

View file

@ -340,6 +340,14 @@ git-show-non-master-branches:
fi ;\
done
git-show-pushable-master-branches:
@for p in $(PROJECTS); do \
if git -C $$p log --oneline origin/master.. | grep -q .; then \
echo ======================= $$p ;\
git -C $$p log --oneline origin/master.. ;\
fi ;\
done
# git-echo-link-<filename> returns a string functioning as hyperlink to
# matching files in git when embedded into a janware wiki or ticket.
git-echo-links-%: | $(TEXT_FILES_CACHE)