Branch: refs/heads/coverity_scan
Home:
https://github.com/kronosnet/kronosnet
Commit: dabc5d0b31d803dd56aab47d2d426a99f28d3dec
https://github.com/kronosnet/kronosnet/commit/dabc5d0b31d803dd56aab47d2d426…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M build-aux/git-version-gen
Log Message:
-----------
[build] Fix fallback handling in git-version-gen
When fallback is defined and gitarchive file doesn't exists, use fallback
rather than UNKNOWN.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Commit: d9125026a821c824f954410d94ca8e58d71c5144
https://github.com/kronosnet/kronosnet/commit/d9125026a821c824f954410d94ca8…
Author: Jan Friesse <jfriesse(a)redhat.com>
Date: 2020-07-07 (Tue, 07 Jul 2020)
Changed paths:
M Makefile.am
Log Message:
-----------
[build] Use git-version-gen during specfile build
Instead of copying parts of git-version-gen for spec target use
git-version-gen directly and parse final version into components
(rpmver, alphatag, numcomm) and use them.
Main reason is to simplify code a bit (sed scripts are a bit repetitive
tho), reuse the code and also allow building of RPM from dist tarball
generated from non-tagged commit or dirty git (not very useful).
The code relies on fact, that hyphen is never used in tagged release
name.
Signed-off-by: Jan Friesse <jfriesse(a)redhat.com>
Compare:
https://github.com/kronosnet/kronosnet/compare/ef84b968132d...d9125026a821