Hide Forgot
[submitting as a place holder so this doesn't get lost] Description of problem: The git srpm build in qemu-kvm-rhel6 doesn't update the build version automatically to track the git tag which is problematic. Expected results: srpm build from git tree should update build version to the current tag. Additional info: In this case: --- a/redhat/Makefile.common +++ b/redhat/Makefile.common @@ -14,7 +14,7 @@ REDHAT:=$(shell pwd) RPM:=$(REDHAT)/rpm SRPMS:=$(RPM)/SRPMS SOURCES:=$(RPM)/SOURCES -BUILD:=113 +BUILD:=159 PREBUILD=2. DIST=.el6 PKGNAME=$(COMMON_NAME) "BUILD" needs to be set to the most recent tag of 159. This is a TBD according to Eduardo although I probably will just hack a wrapper script to poke it per build lest I forget this nugget. See commit 55141fddd99a6a5eaccd558b9b5e14fe5ffe925a for an earlier skeleton.
John, please send the patch to rhvirt