untested: Fix versions in commit comments

This commit is contained in:
Jan Lindemann 2007-12-25 10:02:16 +00:00 committed by Jan Lindemann
commit b7e17d30a2

View file

@ -165,7 +165,7 @@ define increase_build_number
if ! grep -q HASH CVS/Entries; then \
cvs add HASH ;\
fi ;\
cvs commit -m "o $(RPM_VERSION)" HASH VERSION
cvs commit -m "o $(shell cat VERSION)" HASH VERSION
endef
define check_reinstall_old
@ -204,7 +204,7 @@ rpm-release: rpm-update-release
if ! grep -q $(LAST_RPM_VERSION_FILE) CVS/Entries; then \
cvs add $(LAST_RPM_VERSION_FILE) ;\
fi ;\
cvs commit -m "o $(RPM_VERSION)" $(LAST_RPM_VERSION_FILE) ;\
cvs commit -m "o $(shell cat $(LAST_RPM_VERSION_FILE))" $(LAST_RPM_VERSION_FILE) ;\
else \
echo "+ version matches latest released rpm version" ;\
fi