mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
untested: Fix versions in commit comments
This commit is contained in:
parent
7e46a39299
commit
b7e17d30a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue