Makefile: Fix clog target

Needs to be based on c10s branch not c9s

Related: RHEL-22656
This commit is contained in:
Brian C. Lane 2024-05-22 16:14:07 -07:00
parent 9e8e7a745f
commit 3eb094df3b

View File

@ -34,7 +34,7 @@ update-spec: clog
clog:
@echo "* $(shell date '+%a %b %d %Y') ${GITNAME} <${GITEMAIL}> - ${RHELVER}-${SERIAL}" > clog-spec
./tools/git-changelog -t origin/c9s > clog
./tools/git-changelog -t origin/c10s > clog
cat clog >> clog-spec
# These need to rerun make to pick up the bumped serial number